C# Class HermaFx.Mvc.ValidateModelStateAttribute

Inheritance: PreserveRestoreModelStateAttribute
显示文件 Open project: evicertia/HermaFx

Public Methods

Method Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext context ) : void
ValidateModelStateAttribute ( ) : System

Private Methods

Method Description
TryBindModel ( System.Web.Mvc.ActionExecutingContext context ) : void

Method Details

OnActionExecuting() public method

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext context ) : void
context System.Web.Mvc.ActionExecutingContext
return void

ValidateModelStateAttribute() public method

public ValidateModelStateAttribute ( ) : System
return System