C# 클래스 vlko.core.ValidationAtribute.AntiXssAttribute

상속: System.Web.Mvc.ActionFilterAttribute, IAuthorizationFilter
파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Called by the MVC framework before the action method executes.

OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void

Called when authorization is required.

비공개 메소드들

메소드 설명
ProcessProperty ( object value, PropertyDescriptor property ) : void

Processes the property.

메소드 상세

OnActionExecuting() 공개 메소드

Called by the MVC framework before the action method executes.
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext The filter context.
리턴 void

OnAuthorization() 공개 메소드

Called when authorization is required.
public OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext The filter context.
리턴 void