解决方法:给Action添加属性[ValidateInput(false)]。
例:
[ValidateInput(false)] public ActionResult Index(string org) { }