ControllerActionInvoker.InvokeAuthorizationFilters Method

Visual Studio 2010

Invokes the specified authorization filters by using the specified action descriptor and controller context.

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

'Declaration
Protected Overridable Function InvokeAuthorizationFilters ( _
	controllerContext As ControllerContext, _
	filters As IList(Of IAuthorizationFilter), _
	actionDescriptor As ActionDescriptor _
) As AuthorizationContext

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
filters
Type: System.Collections.Generic.IList(Of IAuthorizationFilter)
The authorization filters.
actionDescriptor
Type: System.Web.Mvc.ActionDescriptor
The action descriptor.

Return Value

Type: System.Web.Mvc.AuthorizationContext
The context for the AuthorizeAttribute object.

Community Additions

ADD
Show: