C# Class MvcTemplate.Components.Extensions.Html.AuthorizationExtensions

Afficher le fichier Open project: NonFactors/MVC5.Template

Méthodes publiques

Méthode Description
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

Method Details

IsAuthorizedFor() public static méthode

public static IsAuthorizedFor ( this html, String action ) : System.Boolean
html this
action String
Résultat System.Boolean

IsAuthorizedFor() public static méthode

public static IsAuthorizedFor ( this html, String action, String controller ) : System.Boolean
html this
action String
controller String
Résultat System.Boolean

IsAuthorizedFor() public static méthode

public static IsAuthorizedFor ( this html, String action, String controller, String area ) : System.Boolean
html this
action String
controller String
area String
Résultat System.Boolean