AuthorizeAttribute.AuthorizeCore Method
Visual Studio 2010
Determines whether access to the core framework is authorized.
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). |
Community Additions
ADD
Show: