ActionDescriptor.GetSelectors Method
Returns the action-method selectors.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overridable Function GetSelectors As ICollection(Of ActionSelector) 'Usage Dim instance As ActionDescriptor Dim returnValue As ICollection(Of ActionSelector) returnValue = instance.GetSelectors()
Return Value
Type: System.Collections.Generic.ICollection(Of ActionSelector)The action-method selectors.
Show: