MvcRouteHandler Constructors

Definition

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.

Applies to