在过滤器中得到模型状态信息

Posted 夏风微凉

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在过滤器中得到模型状态信息相关的知识,希望对你有一定的参考价值。

public class DataValidateFilterAttribute : ActionFilterAttribute { 
public override void OnActionExecuting(ActionExecutingContext filterContext) { StringBuilder sb = new StringBuilder(); var modelStates= filterContext.Controller.ControllerContext.Controller.ViewData.ModelState; 

} 

}

 

以上是关于在过滤器中得到模型状态信息的主要内容,如果未能解决你的问题,请参考以下文章

Huawei_Netconf_Ncclient

在导航抽屉片段中保存视图页面片段的状态

如果几何着色器处于活动状态,如何将信息从顶点着色器传递到片段着色器?

如何防止在背面片段导航上再次设置视图模型

仅在一个片段中隐藏状态栏并在其他片段中显示

为什么我不能在此片段中生成唯一对象数组?