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 or sets the action descriptor.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable Property ActionDescriptor As ActionDescriptor
Get
Set
public virtual ActionDescriptor ActionDescriptor { get; set; }
public:
virtual property ActionDescriptor^ ActionDescriptor {
ActionDescriptor^ get ();
void set (ActionDescriptor^ value);
}
Property Value
Type: System.Web.Mvc.ActionDescriptor
The action descriptor.