ControllerContext Constructor (RequestContext, ControllerBase)
Initializes a new instance of the ControllerContext class by using the specified request context and controller.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
new :
requestContext:RequestContext *
controller:ControllerBase -> ControllerContext
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
The request context.
- controller
- Type: System.Web.Mvc.ControllerBase
The controller.
| Exception | Condition |
|---|---|
| ArgumentNullException | One or both parameters are a null reference (Nothing in Visual Basic). |
Show: