共用方式為


ReflectedAsyncActionDescriptor.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)

傳回

動作方法選取器。

適用於