IOUtilitiesUrlCombine Method |
Combines url.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static string UrlCombine(
params string[] urls
)
Parameters
- urls
- Type: SystemString
The urls.
Return Value
Type:
StringA string representing the combination of urls.
See Also