Method CombinePaths
CombinePaths(params string[])
Combines the specified URL paths into one.
public static string CombinePaths(params string[] paths)
Parameters
pathsstring[]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.