Share via


RegexInlineRouteConstraint(String) Constructor

Definition

Initializes a new instance of the RegexInlineRouteConstraint class.

public:
 RegexInlineRouteConstraint(System::String ^ regexPattern);
public RegexInlineRouteConstraint (string regexPattern);
new Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint : string -> Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint
Public Sub New (regexPattern As String)

Parameters

regexPattern
String

The regular expression pattern to match.

Applies to