AuthorizeAttribute.OnAuthorization Method
Called when a process requests authorization.
Namespace: System.Web.Mvc
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.
Implements
IAuthorizationFilter.OnAuthorization(AuthorizationContext)| Exception | Condition |
|---|---|
| ArgumentNullException | The filterContext parameter is a null reference (Nothing in Visual Basic). |
Show: