ReflectedAsyncActionDescriptor.ControllerDescriptor Property

Gets the controller descriptor for the asynchronous action method.

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

abstract ControllerDescriptor : ControllerDescriptor 
override ControllerDescriptor : ControllerDescriptor

Property Value

Type: System.Web.Mvc.ControllerDescriptor
The controller descriptor for the asynchronous action method.
Show: