Partilhar via


ActionConstraintContext.Candidates Propriedade

Definição

A lista de ActionSelectorCandidate. Isso inclui todas as ações válidas para a solicitação atual, bem como suas restrições.

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)

Valor da propriedade

Aplica-se a