ESRI.ArcGIS.ADF.Web
Url Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > CartoImage Class : Url Property




Gets the URL of the image.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Url As String
Visual Basic (Usage)Copy Code
Dim instance As CartoImage
Dim value As String
 
value = instance.Url
C# 
public string Url {get;}

Remarks

This URL may be set as the source (src) of an image (img) on the output Web page. Normally either the Url or MimeData for an image is set, but not both.

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

© 2011 All Rights Reserved.