ReflectedControllerDescriptor Constructor
Initializes a new instance of the ReflectedControllerDescriptor class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
controllerType As Type _
)
public ReflectedControllerDescriptor(
Type controllerType
)
public:
ReflectedControllerDescriptor(
Type^ controllerType
)
Parameters
- controllerType
Type: System.Type
The type of the controller.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The controllerType parameter is null reference (Nothing in Visual Basic). |