ReflectedControllerDescriptor Constructor (Type)
Initializes a new instance of the ReflectedControllerDescriptor class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- controllerType
-
Type:
System.Type
The type of the controller.
| Exception | Condition |
|---|---|
| ArgumentNullException | The controllerType parameter is null. |
Show: