Visual Basic (Declaration)
C#
Parameters
- baseUrl
- Base URL.
- urlSuffix
- URL suffix (can be null).
Return Value
Combined URL.
If the URL suffix is a valid HTTP or HTTPS URL, it is returned.
If the base URL is empty, URL suffix is returned. In this case, it must be a valid HTTP URL.
If the base URL ends with URL suffix in ignore case mode, the matching end part of the base URL
is replaced with the URL suffix.
In other cases, the URL is combined from the base URL and from the URL suffix using slash separator '/'.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family