ArcGIS Runtime SDK for WPF - Library Reference
Url Property
See Also  Example
ESRI.ArcGIS.Client Namespace > ArcGISTiledMapServiceLayer Class : Url Property

Gets or sets the URL to a tiled ArcGIS REST map service.

Syntax

Visual Basic (Declaration) 
Public Property Url As String
C# 
public string Url {get; set;}

Remarks

The URL defines the REST endpoint to an ArcGIS Server cached (tiled) map service. Use the Services Directory application available with REST services on any ArcGIS Server site to discover the URL.

Example

XAMLCopy Code
<esri:ArcGISTiledMapServiceLayer 
       Url="http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer" />

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.