ActionDescriptor.GetSelectors メソッド

定義

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

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

戻り値

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

適用対象