C# Class AshMind.Web.Mvc.HtmlSecurityExtensions

Exibir arquivo Open project: ashmind/neostructure

Public Methods

Method Description
IsActionAuthorized ( this html, string actionName ) : bool
IsActionAuthorized ( this html, string actionName, string controllerName ) : bool

Private Methods

Method Description
IsActionAuthorized ( string actionName, System.Web.Mvc.ControllerBase controller ) : bool

Method Details

IsActionAuthorized() public static method

public static IsActionAuthorized ( this html, string actionName ) : bool
html this
actionName string
return bool

IsActionAuthorized() public static method

public static IsActionAuthorized ( this html, string actionName, string controllerName ) : bool
html this
actionName string
controllerName string
return bool