AttributeRouteModel.CombineTemplates(String, String) Methode

Definition

Kombiniert das Präfix und die Routenvorlage für eine Attributroute.

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

Parameter

prefix
String

Das Präfix.

template
String

Die Routenvorlage.

Gibt zurück

Das kombinierte Muster.

Gilt für: