C# Class LogHttpRequestAttribute, code

Inheritance: ActionFilterAttribute
Show file Open project: shendongnian/code

Public Methods

Method Description
OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void
OnActionExecuting ( HttpActionContext actionContext ) : void

Method Details

OnActionExecuted() public method

public OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext HttpActionExecutedContext
return void

OnActionExecuting() public method

public OnActionExecuting ( HttpActionContext actionContext ) : void
actionContext HttpActionContext
return void