Метод | Описание | |
---|---|---|
FormletFilterAttribute ( ) : System |
Uses method [action]Formlet of current controller to get the formlet to be used
|
|
FormletFilterAttribute ( |
Uses method [action]Formlet of type formletType to get the formlet to be used
|
|
FormletFilterAttribute ( |
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 |
public FormletFilterAttribute ( ) : System | ||
Результат | System |
public FormletFilterAttribute ( |
||
formletType | ||
Результат | System |
public FormletFilterAttribute ( |
||
formletType | ||
formletMethodName | string | |
Результат | System |
public FormletFilterAttribute ( string formletMethodName ) : System | ||
formletMethodName | string | |
Результат | System |
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
Результат | void |