ControllerBuilder.SetControllerFactory Method (IControllerFactory)

Visual Studio 2010

Sets the specified controller factory.

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

No code example is currently available or this language may not be supported.

Parameters

controllerFactory
Type: System.Web.Mvc.IControllerFactory
The controller factory.

ExceptionCondition
ArgumentNullException

The controllerFactory parameter is a null reference (Nothing in Visual Basic).

Community Additions

ADD
Show: