Поделиться через


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

Шаблон маршрута.

Возвращаемое значение

Объединенный шаблон.

Применяется к