AuthorizeAttribute::AuthorizeCore Method (HttpContextBase^)
When overridden, provides an entry point for custom authorization checks.
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. |
The httpContext object contains information about the server, session, request, user, application, and more.
Show: