ReflectedActionDescriptor.GetSelectors Method

Definition

Retrieves the action selectors.

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)

Returns

The action selectors.

Applies to