다음을 통해 공유


ActionSelectorCandidate.Constraints 속성

정의

와 연결된 인스턴스 목록 IActionConstraint 입니다 .

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint ^> ^ Constraints { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint> Constraints { get; }
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint>? Constraints { get; }
member this.Constraints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint>
Public ReadOnly Property Constraints As IReadOnlyList(Of IActionConstraint)

속성 값

적용 대상