RegexInlineRouteConstraint(String) Constructor
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.
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.