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>)
- Source:
- Routing.cs
- Source:
- Routing.cs
public:
static System::String ^ FormatRoute(System::Collections::Generic::List<System::String ^> ^ segments);
public static string FormatRoute (System.Collections.Generic.List<string> segments);
static member FormatRoute : System.Collections.Generic.List<string> -> string
Public Shared Function FormatRoute (segments As List(Of String)) As String
Parameters
Returns
Applies to
FormatRoute(String)
- Source:
- Routing.cs
- Source:
- Routing.cs
public:
static System::String ^ FormatRoute(System::String ^ route);
public static string FormatRoute (string route);
static member FormatRoute : string -> string
Public Shared Function FormatRoute (route As String) As String
Parameters
- route
- String
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.