ReflectedControllerDescriptor Constructor

Initializes a new instance of the ReflectedControllerDescriptor class.

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

'Declaration
Public Sub New ( _
	controllerType As Type _
)
'Usage
Dim controllerType As Type 

Dim instance As New ReflectedControllerDescriptor(controllerType)

Parameters

controllerType
Type: System.Type

The type of the controller.

ExceptionCondition
ArgumentNullException

The controllerType parameter is Nothing.

Show: