//[ValidateAntiForgeryToken] public ActionResult DeleteForm(string keyValue) { c_contentApp.DeleteFormById(keyValue); return(Success("删除成功。")); }