解决方案1 :
public ActionResult do_add_main_info() { FormCollection collection = new FormCollection(Request.Unvalidated().Form);}
解决方案2:
正对某个字段忽略
@{ var text = Request.Unvalidated().Form["htmlEditer"]; }