C# Class Umbraco.SlashBase.Attributes.SlashBaseSecurityAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Datei anzeigen Open project: azzlack/umbraco.slashbase

Public Methods

Method Description
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

Called when [action executing].

Private Methods

Method 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 method

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