次の方法で共有


AttributeRouteModel.CombineTemplates(String, String) メソッド

定義

属性ルートのプレフィックスとルート テンプレートを結合します。

public:
 static System::String ^ CombineTemplates(System::String ^ prefix, System::String ^ template);
public static string CombineTemplates (string prefix, string template);
public static string? CombineTemplates (string? prefix, string? template);
static member CombineTemplates : string * string -> string
Public Shared Function CombineTemplates (prefix As String, template As String) As String

パラメーター

prefix
String

プレフィックス。

template
String

ルート テンプレート。

戻り値

結合されたパターン。

適用対象