ReflectedActionDescriptor.GetSelectors Method

Retrieves the action selectors.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract GetSelectors : unit -> ICollection<ActionSelector> 
override GetSelectors : unit -> ICollection<ActionSelector> 

Return Value

Type: System.Collections.Generic.ICollection(ActionSelector)
The action selectors.
Show: