ControllerBuilder.SetControllerFactory Method (Type)

Visual Studio 2010

Sets the controller factory by using the specified type.

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

'Declaration
Public Sub SetControllerFactory ( _
	controllerFactoryType As Type _
)

Parameters

controllerFactoryType
Type: System.Type
The type of the controller factory.

ExceptionCondition
ArgumentNullException

The controllerFactoryType parameter is Nothing.

ArgumentException

The controller factory cannot be assigned from the type in the controllerFactoryType parameter.

InvalidOperationException

An error occurred while the controller factory was being set.

Community Additions

ADD
Show: