ActionDescriptor.GetSelectors Method

Definition

Returns the action-method selectors.

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)

Returns

The action-method selectors.

Applies to