InlineConstraint コンストラクター

定義

オーバーロード

InlineConstraint(RoutePatternParameterPolicyReference)

を指定して新しい InlineConstraint インスタンスを RoutePatternParameterPolicyReference作成します。

InlineConstraint(String)

InlineConstraint の新しいインスタンスを作成します。

InlineConstraint(RoutePatternParameterPolicyReference)

ソース:
InlineConstraint.cs
ソース:
InlineConstraint.cs

を指定して新しい InlineConstraint インスタンスを RoutePatternParameterPolicyReference作成します。

public:
 InlineConstraint(Microsoft::AspNetCore::Routing::Patterns::RoutePatternParameterPolicyReference ^ other);
public InlineConstraint (Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPolicyReference other);
new Microsoft.AspNetCore.Routing.Template.InlineConstraint : Microsoft.AspNetCore.Routing.Patterns.RoutePatternParameterPolicyReference -> Microsoft.AspNetCore.Routing.Template.InlineConstraint
Public Sub New (other As RoutePatternParameterPolicyReference)

パラメーター

適用対象

InlineConstraint(String)

ソース:
InlineConstraint.cs
ソース:
InlineConstraint.cs
ソース:
InlineConstraint.cs

InlineConstraint の新しいインスタンスを作成します。

public:
 InlineConstraint(System::String ^ constraint);
public InlineConstraint (string constraint);
new Microsoft.AspNetCore.Routing.Template.InlineConstraint : string -> Microsoft.AspNetCore.Routing.Template.InlineConstraint
Public Sub New (constraint As String)

パラメーター

constraint
String

制約テキスト。

適用対象