AuthorizeAttribute.OnCacheAuthorization Method
Visual Studio 2010
Called when the caching module requests authorization.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
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 null. |
Community Additions
ADD
Show: