C# Класс MvcTemplate.Components.Extensions.Html.AuthorizationExtensions

Показать файл Открыть проект

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

Метод Описание
IsAuthorizedFor ( this html, String action ) : System.Boolean
IsAuthorizedFor ( this html, String action, String controller ) : System.Boolean
IsAuthorizedFor ( this html, String action, String controller, String area ) : System.Boolean

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

IsAuthorizedFor() публичный статический Метод

public static IsAuthorizedFor ( this html, String action ) : System.Boolean
html this
action String
Результат System.Boolean

IsAuthorizedFor() публичный статический Метод

public static IsAuthorizedFor ( this html, String action, String controller ) : System.Boolean
html this
action String
controller String
Результат System.Boolean

IsAuthorizedFor() публичный статический Метод

public static IsAuthorizedFor ( this html, String action, String controller, String area ) : System.Boolean
html this
action String
controller String
area String
Результат System.Boolean