Routing.FormatRoute 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.
Overloads
FormatRoute(List<String>) | |
FormatRoute(String) |
FormatRoute(List<String>)
public static string FormatRoute (System.Collections.Generic.List<string> segments);
static member FormatRoute : System.Collections.Generic.List<string> -> string
Parameters
- segments
- System.Collections.Generic.List<System.String>
Returns
System.String
Applies to
FormatRoute(String)
public static string FormatRoute (string route);
static member FormatRoute : string -> string
Parameters
- route
- System.String
Returns
System.String