ReflectedAsyncActionDescriptor.ControllerDescriptor Property

Definition

Gets the controller descriptor for the asynchronous action method.

public override System.Web.Mvc.ControllerDescriptor ControllerDescriptor { get; }
member this.ControllerDescriptor : System.Web.Mvc.ControllerDescriptor
Public Overrides ReadOnly Property ControllerDescriptor As ControllerDescriptor

Property Value

The controller descriptor for the asynchronous action method.

Applies to