C# Класс SampleWebApp.FormletFilterAttribute

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

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

Метод Описание
FormletFilterAttribute ( ) : System

Uses method [action]Formlet of current controller to get the formlet to be used

FormletFilterAttribute ( Type formletType ) : System

Uses method [action]Formlet of type formletType to get the formlet to be used

FormletFilterAttribute ( Type formletType, string formletMethodName ) : System

Uses method formletMethodName of type formletType to get the formlet to be used

FormletFilterAttribute ( string formletMethodName ) : System

Uses method formletMethodName of current controller to get the formlet to be used

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

Описание методов

FormletFilterAttribute() публичный Метод

Uses method [action]Formlet of current controller to get the formlet to be used
public FormletFilterAttribute ( ) : System
Результат System

FormletFilterAttribute() публичный Метод

Uses method [action]Formlet of type formletType to get the formlet to be used
public FormletFilterAttribute ( Type formletType ) : System
formletType System.Type
Результат System

FormletFilterAttribute() публичный Метод

Uses method formletMethodName of type formletType to get the formlet to be used
public FormletFilterAttribute ( Type formletType, string formletMethodName ) : System
formletType System.Type
formletMethodName string
Результат System

FormletFilterAttribute() публичный Метод

Uses method formletMethodName of current controller to get the formlet to be used
public FormletFilterAttribute ( string formletMethodName ) : System
formletMethodName string
Результат System

OnActionExecuting() публичный Метод

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Результат void