ControllerContext Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ControllerContext class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ControllerContext() | Initializes a new instance of the ControllerContext class. | |
ControllerContext(ControllerContext) | Initializes a new instance of the ControllerContext class by using the specified controller context. | |
ControllerContext(RequestContext, ControllerBase) | Initializes a new instance of the ControllerContext class by using the specified request context and controller. | |
ControllerContext(HttpContextBase, RouteData, ControllerBase) | Initializes a new instance of the ControllerContext class by using the specified HTTP context, URL route data, and controller. |
Top