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.
Returns the action method selectors.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overrides Function GetSelectors As ICollection(Of ActionSelector)
public override ICollection<ActionSelector> GetSelectors()
public:
virtual ICollection<ActionSelector^>^ GetSelectors() override
Return Value
Type: System.Collections.Generic.ICollection<ActionSelector>
The action method selectors.