次の方法で共有


Routing.FormatRoute メソッド

定義

オーバーロード

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

適用対象