Share via


CompositeRouteConstraint.Constraints Property

Definition

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)

Property Value

Applies to