Property | Type | Description | |
---|---|---|---|
DefaultMediaType |
Method | Description | |
---|---|---|
OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, |
||
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void |
Method | Description | |
---|---|---|
ApplyCacheHeaders ( |
||
CreateEtag ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, string cachekey, WebApi.OutputCache.Core.Time.CacheTime cacheTime ) : string | ||
EnsureCache ( System.Web.Http.HttpConfiguration config, |
||
EnsureCacheTimeQuery ( ) : void | ||
GetExpectedMediaType ( System.Web.Http.HttpConfiguration config, System.Web.Http.Controllers.HttpActionContext actionContext ) : |
||
IsCachingAllowed ( System.Web.Http.Controllers.HttpActionContext actionContext, bool anonymousOnly ) : bool | ||
ResetCacheTimeQuery ( ) : void |
Method | Description | |
---|---|---|
SetEtag ( |
protected ApplyCacheHeaders ( |
||
response | ||
cacheTime | WebApi.OutputCache.Core.Time.CacheTime | |
return | void |
protected CreateEtag ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, string cachekey, WebApi.OutputCache.Core.Time.CacheTime cacheTime ) : string | ||
actionExecutedContext | System.Web.Http.Filters.HttpActionExecutedContext | |
cachekey | string | |
cacheTime | WebApi.OutputCache.Core.Time.CacheTime | |
return | string |
protected EnsureCache ( System.Web.Http.HttpConfiguration config, |
||
config | System.Web.Http.HttpConfiguration | |
req | ||
return | void |
protected GetExpectedMediaType ( System.Web.Http.HttpConfiguration config, System.Web.Http.Controllers.HttpActionContext actionContext ) : |
||
config | System.Web.Http.HttpConfiguration | |
actionContext | System.Web.Http.Controllers.HttpActionContext | |
return |
protected IsCachingAllowed ( System.Web.Http.Controllers.HttpActionContext actionContext, bool anonymousOnly ) : bool | ||
actionContext | System.Web.Http.Controllers.HttpActionContext | |
anonymousOnly | bool | |
return | bool |
public OnActionExecutedAsync ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, |
||
actionExecutedContext | System.Web.Http.Filters.HttpActionExecutedContext | |
cancellationToken | ||
return | Task |
public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void | ||
actionContext | System.Web.Http.Controllers.HttpActionContext | |
return | void |