Method | Description | |
---|---|---|
GetModelState ( ControllerContext context ) : ModelStateDictionary | ||
PreserveModelState ( ControllerContext context ) : void | ||
RemoveModelState ( ControllerContext context ) : void | ||
RestoreModelState ( ControllerContext context ) : void |
protected GetModelState ( ControllerContext context ) : ModelStateDictionary | ||
context | ControllerContext | |
return | ModelStateDictionary |
protected PreserveModelState ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |
protected RemoveModelState ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |
protected RestoreModelState ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |