AuthorizationContext Constructor (ControllerContext, ActionDescriptor)
Visual Studio 2010
Initializes a new instance of the AuthorizationContext class using the specified controller context and action descriptor.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub New ( _ controllerContext As ControllerContext, _ actionDescriptor As ActionDescriptor _ )
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.
- actionDescriptor
- Type: System.Web.Mvc.ActionDescriptor
An object that provides information about an action method, such as its name, controller, parameters, attributes, and filters.
Community Additions
ADD
Show: