Esri Business Analyst Server API for Silverlight 2.2 Reference
CombineUrl Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.Client Namespace > AbstractClient Class : CombineUrl Method

baseUrl
Base URL.
urlSuffix
URL suffix (can be null).

Glossary Item Box

Combines a base URL with a suffix.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

baseUrl
Base URL.
urlSuffix
URL suffix (can be null).

Return Value

Combined URL.

Remarks

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 '/'.

Requirements

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

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.