InlineConstraint 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
InlineConstraint(RoutePatternParameterPolicyReference) |
指定 , RoutePatternParameterPolicyReference 建立新的 InlineConstraint 實例。 |
InlineConstraint(String) |
建立 InlineConstraint 的新執行個體。 |
InlineConstraint(RoutePatternParameterPolicyReference)
指定 , RoutePatternParameterPolicyReference 建立新的 InlineConstraint 實例。
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 的新執行個體。
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
條件約束文字。