Method | Description | |
---|---|---|
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void | ||
OnActionExecuting ( System actionContext ) : void |
Method | Description | |
---|---|---|
GetFilterScope ( HttpActionDescriptor descriptor ) : FilterScope? |
protected GetFilterScope ( HttpActionDescriptor descriptor ) : FilterScope? | ||
descriptor | HttpActionDescriptor | |
return | FilterScope? |
public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void | ||
actionExecutedContext | System.Web.Http.Filters.HttpActionExecutedContext | |
return | void |
public OnActionExecuting ( System actionContext ) : void | ||
actionContext | System | |
return | void |