TaskAsyncActionDescriptor.GetSelectors メソッド

定義

非同期アクション メソッド セレクターを返します。

public override System.Collections.Generic.ICollection<System.Web.Mvc.ActionSelector> GetSelectors ();
override this.GetSelectors : unit -> System.Collections.Generic.ICollection<System.Web.Mvc.ActionSelector>
Public Overrides Function GetSelectors () As ICollection(Of ActionSelector)

戻り値

非同期アクション メソッド セレクター。

適用対象