ReflectedAsyncActionDescriptor::ControllerDescriptor Property
Visual Studio 2010
Gets the controller descriptor for the asynchronous action method.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual property ControllerDescriptor^ ControllerDescriptor { ControllerDescriptor^ get () override; }
Property Value
Type: System.Web.Mvc::ControllerDescriptorThe controller descriptor for the asynchronous action method.
Community Additions
ADD
Show: