AttributeRouteModel.CombineTemplates(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
属性ルートのプレフィックスとルート テンプレートを結合します。
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
ルート テンプレート。
戻り値
結合されたパターン。