Property | Type | Description |
---|
Method | Description | |
---|---|---|
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void |
Revalidate caches after call method
|
|
OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, |
Revalidate caches after call method
|
|
RevalidateAttribute ( ) : System |
Initializes a RevalidateAttribute with a list of revalidation keys
|
Method | Description | |
---|---|---|
GetInvocation ( HttpActionContext actionContext ) : _IInvocation |
Get _IInvocation from HttpActionContext
|
protected GetInvocation ( HttpActionContext actionContext ) : _IInvocation | ||
actionContext | HttpActionContext | |
return | _IInvocation |
public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void | ||
actionExecutedContext | System.Web.Http.Filters.HttpActionExecutedContext | |
return | void |
public OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, |
||
actionExecutedContext | System.Web.Http.Filters.HttpActionExecutedContext | |
cancellationToken | ||
return | Task |