C# Class vlko.core.ValidationAtribute.AreaCheckAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
Datei anzeigen Open project: vlko/vlko

Public Methods

Method Description
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.

Method Details

AreaCheckAttribute() public method

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

OnActionExecuting() public method

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.
return void