Quantcast
Channel: Consuming WordPress RSS Feed In ASP.NET - Stack Overflow
Viewing all articles
Browse latest Browse all 7

Answer by Wiktor Zychla for Consuming WordPress RSS Feed In ASP.NET

$
0
0

I would start in the System.ServiceModel.Syndication namespace, there are classes to directly manipulate RSS feeds. In particular, this looks promising:

 XmlReader reader = XmlReader.Create("http://your.uri.here/feed.xml"); SyndicationFeed feed = SyndicationFeed.Load(reader);

Then explore the SyndicationFeed class, in particular the Items collection should contain the RSS entries.


Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>