处理Ajax回发结果 更多...
Public 成员函数 | |
| AjaxResult () | |
| 构造函数 | |
| AjaxResult (bool checkModelState) | |
| 是否检查模型状态(如果模型状态验证失败,则弹出提示对话框) | |
| override async Task | ExecuteResultAsync (ActionContext context) |
| 处理操作方法 | |
处理Ajax回发结果
| FineUICore.AjaxResult.AjaxResult | ( | ) |
构造函数
| FineUICore.AjaxResult.AjaxResult | ( | bool | checkModelState | ) |
是否检查模型状态(如果模型状态验证失败,则弹出提示对话框)
| checkModelState |
| override async Task FineUICore.AjaxResult.ExecuteResultAsync | ( | ActionContext | context | ) |
处理操作方法
| context |