IOUtilitiesUrlCombine Method |
Combines url.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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