ReflectedAsyncActionDescriptor.GetSelectors Method

Returns the action-method selectors.

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

public override function GetSelectors() : ICollection<ActionSelector>

Return Value

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