MvcRouteHandler Constructor

 

Initializes a new instance of the MvcRouteHandler class.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodMvcRouteHandler()

Initializes a new instance of the MvcRouteHandler class.

System_CAPS_pubmethodMvcRouteHandler(IControllerFactory)

Initializes a new instance of the MvcRouteHandler class using the specified factory controller object.

Return to top

MvcRouteHandler Constructor ()

Initializes a new instance of the MvcRouteHandler class.

Public Sub New
Return to top

MvcRouteHandler Constructor (IControllerFactory)

Initializes a new instance of the MvcRouteHandler class using the specified factory controller object.

Public Sub New (
	controllerFactory As IControllerFactory
)

Parameters

controllerFactory
Type: System.Web.Mvc.IControllerFactory

The controller factory.

Return to top
Show: