A C# RSS Feed Retriever Sample
Category:
C#, VB.NET, ASP.NETType:
SnippetsDifficulty:
IntermediateAuthor:
AnonymousVersion Compatibility: ASP.NET, C#
More information:
This method takes the URL of an RSS feed as an argument and returns an XmlDocument type. It includes a couple lines of code after the method to show sample usage, including Xpath to get the title of the feed.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: