ReflectedControllerDescriptor.ControllerType Property

Gets the type of the controller.

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

'Declaration
Public Overrides NotOverridable ReadOnly Property ControllerType As Type 
	Get
'Usage
Dim instance As ReflectedControllerDescriptor 
Dim value As Type 

value = instance.ControllerType

Property Value

Type: System.Type
The type of the controller.
Show: