public ActionResult SubmitForm(FormEntity formEntity, string keyValue) { formApp.SubmitForm(formEntity, keyValue); return(Success("操作成功。")); }