ActionConstraintContext.Candidates 属性

定义

ActionSelectorCandidate 的列表。 这包括对当前请求有效的所有操作及其约束。

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)

属性值

适用于