MvcRouteHandler Constructor (IControllerFactory)

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

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

public:
MvcRouteHandler(
	IControllerFactory^ controllerFactory
)

Parameters

controllerFactory
Type: System.Web.Mvc::IControllerFactory

The controller factory.

Show: