C# Class Umbraco.SlashBase.Attributes.SlashBaseSecurityAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Afficher le fichier Open project: azzlack/umbraco.slashbase

Méthodes publiques

Méthode Description
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

Called when [action executing].

Private Methods

Méthode Description
ValidateMember ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

Validates the member.

ValidateUser ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

Validates the user.

Method Details

OnActionExecuting() public méthode

Called when [action executing].
public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext The action context.
Résultat void