Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Protected Overridable Function InvokeAuthorizationFilters ( _
controllerContext As ControllerContext, _
filters As IList(Of IAuthorizationFilter), _
actionDescriptor As ActionDescriptor _
) As AuthorizationContext
protected virtual AuthorizationContext InvokeAuthorizationFilters(
ControllerContext controllerContext,
IList<IAuthorizationFilter> filters,
ActionDescriptor actionDescriptor
)
protected:
virtual AuthorizationContext^ InvokeAuthorizationFilters(
ControllerContext^ controllerContext,
IList<IAuthorizationFilter^>^ filters,
ActionDescriptor^ actionDescriptor
)
Parameters
- controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
- filters
Type: System.Collections.Generic.IList<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.