Method | Description | |
---|---|---|
OnActionExecuting ( HttpActionContext actionContext ) : void |
Occurs before the action method is invoked.
|
public OnActionExecuting ( HttpActionContext actionContext ) : void | ||
actionContext | HttpActionContext | The action context. |
return | void |