Routing.FormatRoute メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- segments
- System.Collections.Generic.List<System.String>
戻り値
System.String
適用対象
FormatRoute(String)
public static string FormatRoute (string route);
static member FormatRoute : string -> string
パラメーター
- route
- System.String
戻り値
System.String