TemplatePart.InlineConstraints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The constraints associates with a route parameter.
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)