Click or drag to resize

IOUtilitiesUrlCombine Method

Combines url.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string UrlCombine(
	params string[] urls
)

Parameters

urls
Type: SystemString
The urls.

Return Value

Type: String
A string representing the combination of urls.
See Also