AuthorizeAttribute::OnAuthorization Method (AuthorizationContext^)
Called when a process requests authorization.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- filterContext
-
Type:
System.Web.Mvc::AuthorizationContext^
The filter context, which encapsulates information for using AuthorizeAttribute.
| Exception | Condition |
|---|---|
| ArgumentNullException | The filterContext parameter is null. |
The filterContext object contains the controller, HTTP context, request context, action result, and route data.
Show: