C# Class HermaFx.Mvc.PreserveRestoreModelStateAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
显示文件 Open project: evicertia/HermaFx

Protected Methods

Method Description
GetModelState ( ControllerContext context ) : ModelStateDictionary
PreserveModelState ( ControllerContext context ) : void
RemoveModelState ( ControllerContext context ) : void
RestoreModelState ( ControllerContext context ) : void

Method Details

GetModelState() protected method

protected GetModelState ( ControllerContext context ) : ModelStateDictionary
context ControllerContext
return ModelStateDictionary

PreserveModelState() protected method

protected PreserveModelState ( ControllerContext context ) : void
context ControllerContext
return void

RemoveModelState() protected method

protected RemoveModelState ( ControllerContext context ) : void
context ControllerContext
return void

RestoreModelState() protected method

protected RestoreModelState ( ControllerContext context ) : void
context ControllerContext
return void