ESRI.ArcGIS.ADF
GetUrlContent Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : GetUrlContent Method




sUrl
URL to retrieve
Helper method to get string content from a URL - not necessarily XML, but probably

Syntax

Visual Basic (Declaration) 
Public Function GetUrlContent( _
   ByVal sUrl As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim sUrl As String
Dim value As String
 
value = instance.GetUrlContent(sUrl)
C# 
public string GetUrlContent( 
   string sUrl
)

Parameters

sUrl
URL to retrieve

Return Value

String

See Also

© 2010 All Rights Reserved.