CompositeRouteConstraint.Constraints 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.
Gets the child constraints that must match for this constraint to match.
public:
property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::IRouteConstraint ^> ^ Constraints { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::IRouteConstraint ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.IRouteConstraint> Constraints { get; }
member this.Constraints : seq<Microsoft.AspNetCore.Routing.IRouteConstraint>
Public ReadOnly Property Constraints As IEnumerable(Of IRouteConstraint)