C# Class LogHttpRequestAttribute, code

Inheritance: ActionFilterAttribute
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void
OnActionExecuting ( 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 ( HttpActionContext actionContext ) : void
actionContext HttpActionContext
Résultat void