Share via


RegexRouteConstraint.Constraint Property

Definition

Gets the regular expression used in the route constraint.

public:
 property System::Text::RegularExpressions::Regex ^ Constraint { System::Text::RegularExpressions::Regex ^ get(); };
public System.Text.RegularExpressions.Regex Constraint { get; }
member this.Constraint : System.Text.RegularExpressions.Regex
Public ReadOnly Property Constraint As Regex

Property Value

Applies to