Read XML from a URL in VB.NET



Read XML from a URL in VB.NET

'Assembly: System.Xml.dll

'Namespace: System.Xml

Dim myUrl As String = Url
Dim reader As XmlReader = XmlReader.Create(myUrl)
While reader.Read

End While

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.