ActionDescriptor.GetSelectors Method

Visual Studio 2010

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)

Return Value

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

Community Additions

ADD
Show: