ESRI.ArcGIS.ADF.Web
Url Property
See Also 
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.

See Also

© 2010 All Rights Reserved.