次の方法で共有


RegexInlineRouteConstraint(String) コンストラクター

定義

RegexInlineRouteConstraint クラスの新しいインスタンスを初期化します。

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)

パラメーター

regexPattern
String

一致させる正規表現パターン。

適用対象