MvcHandler Constructor (RequestContext^)
Initializes a new instance of the MvcHandler class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- requestContext
-
Type:
System.Web.Routing::RequestContext^
The request context.
| Exception | Condition |
|---|---|
| ArgumentNullException | The requestContext parameter is null. |
Show: