MvcRouteHandler Constructor
Initializes a new instance of the MvcRouteHandler class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | MvcRouteHandler() | Initializes a new instance of the MvcRouteHandler class. |
![]() | MvcRouteHandler(IControllerFactory^) | Initializes a new instance of the MvcRouteHandler class using the specified factory controller object. |
MvcRouteHandler Constructor (IControllerFactory^)
Initializes a new instance of the MvcRouteHandler class using the specified factory controller object.
Parameters
- controllerFactory
-
Type:
System.Web.Mvc::IControllerFactory^
The controller factory.
Show:
