Method | 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 |
public static IsAuthorizedFor ( this html, String action ) : System.Boolean | ||
html | this | |
action | String | |
return | System.Boolean |
public static IsAuthorizedFor ( this html, String action, String controller ) : System.Boolean | ||
html | this | |
action | String | |
controller | String | |
return | System.Boolean |
public static IsAuthorizedFor ( this html, String action, String controller, String area ) : System.Boolean | ||
html | this | |
action | String | |
controller | String | |
area | String | |
return | System.Boolean |