AuthorizeAttribute.OnAuthorization Method

Visual Studio 2010

Called when a process requests authorization.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

No code example is currently available or this language may not be supported.

Parameters

filterContext
Type: System.Web.Mvc.AuthorizationContext
The filter context, which encapsulates information for using AuthorizeAttribute.

Implements

IAuthorizationFilter.OnAuthorization(AuthorizationContext)

ExceptionCondition
ArgumentNullException

The filterContext parameter is a null reference (Nothing in Visual Basic).

The filterContext object contains the controller, HTTP context, request context, action result, and route data.

Community Additions

ADD
Show: