TaskAsyncActionDescriptor.GetSelectors Method

Definition

Returns the asynchronous action-method selectors.

public override System.Collections.Generic.ICollection<System.Web.Mvc.ActionSelector> GetSelectors ();
override this.GetSelectors : unit -> System.Collections.Generic.ICollection<System.Web.Mvc.ActionSelector>
Public Overrides Function GetSelectors () As ICollection(Of ActionSelector)

Returns

The asynchronous action-method selectors.

Applies to