Freigeben über


ActionConstraintContext.Candidates Eigenschaft

Definition

Die Liste der ActionSelectorCandidate. Dies umfasst alle Aktionen, die für die aktuelle Anforderung gültig sind, sowie deren Einschränkungen.

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)

Eigenschaftswert

Gilt für: