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

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

공개 메소드들

메소드 설명
AreaCheckAttribute ( string areaName ) : System

Initializes a new instance of the AreaCheckAttribute class.

OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Called by the MVC framework before the action method executes.

메소드 상세

AreaCheckAttribute() 공개 메소드

Initializes a new instance of the AreaCheckAttribute class.
public AreaCheckAttribute ( string areaName ) : System
areaName string Name of the area.
리턴 System

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