AttributeRouteModel.CombineTemplates(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.