ActionDescriptor.GetSelectors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.