AuthorizeAttribute.AuthorizeCore Method
When overridden, provides an entry point for custom authorization checks.
Namespace: System.Web.Mvc
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 a null reference (Nothing in Visual Basic). |
Show: