TemplatePart.InlineConstraints 속성

정의

제약 조건은 경로 매개 변수와 연결됩니다.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::Template::InlineConstraint ^> ^ InlineConstraints { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::Template::InlineConstraint ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.Template.InlineConstraint> InlineConstraints { get; }
member this.InlineConstraints : seq<Microsoft.AspNetCore.Routing.Template.InlineConstraint>
Public ReadOnly Property InlineConstraints As IEnumerable(Of InlineConstraint)

속성 값

적용 대상