AttributeRouteModel.CombineTemplates(String, String) Method

Definition

Combines the prefix and route template for an attribute route.

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

Parameters

prefix
String

The prefix.

template
String

The route template.

Returns

The combined pattern.

Applies to