C# Класс vlko.core.ValidationAtribute.AreaCheckAttribute

Наследование: System.Web.Mvc.ActionFilterAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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