C# 클래스 HermaFx.Mvc.PreserveRestoreModelStateAttribute

상속: System.Web.Mvc.ActionFilterAttribute
파일 보기 프로젝트 열기: evicertia/HermaFx

보호된 메소드들

메소드 설명
GetModelState ( ControllerContext context ) : ModelStateDictionary
PreserveModelState ( ControllerContext context ) : void
RemoveModelState ( ControllerContext context ) : void
RestoreModelState ( ControllerContext context ) : void

메소드 상세

GetModelState() 보호된 메소드

protected GetModelState ( ControllerContext context ) : ModelStateDictionary
context ControllerContext
리턴 ModelStateDictionary

PreserveModelState() 보호된 메소드

protected PreserveModelState ( ControllerContext context ) : void
context ControllerContext
리턴 void

RemoveModelState() 보호된 메소드

protected RemoveModelState ( ControllerContext context ) : void
context ControllerContext
리턴 void

RestoreModelState() 보호된 메소드

protected RestoreModelState ( ControllerContext context ) : void
context ControllerContext
리턴 void