MvcRouteHandler Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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()
Initializes a new instance of the MvcRouteHandler class.
public MvcRouteHandler ();
Public Sub New ()
Applies to
MvcRouteHandler(IControllerFactory)
Initializes a new instance of the MvcRouteHandler class using the specified factory controller object.
public MvcRouteHandler (System.Web.Mvc.IControllerFactory controllerFactory);
new System.Web.Mvc.MvcRouteHandler : System.Web.Mvc.IControllerFactory -> System.Web.Mvc.MvcRouteHandler
Public Sub New (controllerFactory As IControllerFactory)
Parameters
- controllerFactory
- IControllerFactory
The controller factory.