C# Class WebAPICustomActionFilter.CustomFilter2

Inheritance: WebAPICustomActionFilter.ActionFilterWithOrderAttribute
Afficher le fichier Open project: akshayblevel/WebAPI-CustomActionFilter

Méthodes publiques

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

Method Details

OnActionExecuted() public méthode

public OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext HttpActionExecutedContext
Résultat void

OnActionExecuting() public méthode

public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext
Résultat void