TaskAsyncActionDescriptor.ControllerDescriptor Property

Gets the controller descriptor.

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

'Declaration
Public Overrides ReadOnly Property ControllerDescriptor As ControllerDescriptor 
	Get
'Usage
Dim instance As TaskAsyncActionDescriptor 
Dim value As ControllerDescriptor 

value = instance.ControllerDescriptor

Property Value

Type: System.Web.Mvc.ControllerDescriptor
The controller descriptor.
Show: