ReflectedActionDescriptor.GetSelectors Method

Retrieves the action selectors.

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

'Declaration
Public Overrides Function GetSelectors As ICollection(Of ActionSelector)
'Usage
Dim instance As ReflectedActionDescriptor 
Dim returnValue As ICollection(Of ActionSelector)

returnValue = instance.GetSelectors()

Return Value

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