Method CombinePaths
CombinePaths(params string[])
Combines the specified URL paths into one.
public static string CombinePaths(params string[] paths)
Parameters
paths
string[]The string array which contains parts that will be combined.
Combines the specified URL paths into one.
public static string CombinePaths(params string[] paths)
paths
string[]The string array which contains parts that will be combined.