AuthorizeAttribute.OnCacheAuthorization Method
Called when the caching module requests authorization.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract OnCacheAuthorization : httpContext:HttpContextBase -> HttpValidationStatus override OnCacheAuthorization : httpContext:HttpContextBase -> HttpValidationStatus
Parameters
- httpContext
- Type: System.Web.HttpContextBase
The HTTP context, which encapsulates all HTTP-specific information about an individual HTTP request.
| Exception | Condition |
|---|---|
| ArgumentNullException | The httpContext parameter is a null reference (Nothing in Visual Basic). |
Show: