Share via


CompoundRouteConstraint.Constraints Property

Definition

Gets the child constraints that must match for this constraint to match.

public System.Collections.Generic.IEnumerable<System.Web.Routing.IRouteConstraint> Constraints { get; }
member this.Constraints : seq<System.Web.Routing.IRouteConstraint>
Public ReadOnly Property Constraints As IEnumerable(Of IRouteConstraint)

Property Value

The child constraints that must match for this constraint to match.

Applies to