ActionConstraintContext.Candidates Property

Definition

The list of ActionSelectorCandidate. This includes all actions that are valid for the current request, as well as their constraints.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ActionConstraints::ActionSelectorCandidate> ^ Candidates { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ActionConstraints::ActionSelectorCandidate> ^ get(); void set(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ActionConstraints::ActionSelectorCandidate> ^ value); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ActionConstraints.ActionSelectorCandidate> Candidates { get; set; }
member this.Candidates : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ActionConstraints.ActionSelectorCandidate> with get, set
Public Property Candidates As IReadOnlyList(Of ActionSelectorCandidate)

Property Value

Applies to