Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the action-method selectors.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable Function GetSelectors As ICollection(Of ActionSelector)
public virtual ICollection<ActionSelector> GetSelectors()
public:
virtual ICollection<ActionSelector^>^ GetSelectors()
Return Value
Type: System.Collections.Generic.ICollection<ActionSelector>
The action-method selectors.