Метод | Описание | |
---|---|---|
IsActionAuthorized ( this html, string actionName ) : bool | ||
IsActionAuthorized ( this html, string actionName, string controllerName ) : bool |
Метод | Описание | |
---|---|---|
IsActionAuthorized ( string actionName, System.Web.Mvc.ControllerBase controller ) : bool |
public static IsActionAuthorized ( this html, string actionName ) : bool | ||
html | this | |
actionName | string | |
Результат | bool |
public static IsActionAuthorized ( this html, string actionName, string controllerName ) : bool | ||
html | this | |
actionName | string | |
controllerName | string | |
Результат | bool |