Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets the controller descriptor for the asynchronous action method.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ControllerDescriptor As ControllerDescriptor
Get
public override ControllerDescriptor ControllerDescriptor { get; }
public:
virtual property ControllerDescriptor^ ControllerDescriptor {
ControllerDescriptor^ get () override;
}
Property Value
Type: System.Web.Mvc.ControllerDescriptor
The controller descriptor for the asynchronous action method.