Quantcast
Channel: Generating RSS with ASP.Net MVC? - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by mmx for Generating RSS with ASP.Net MVC?

$
0
0

Use WCFSystem.ServiceModel.Syndication namespace for which you need to add System.ServiceMode.Web to your references. That handles the whole thing automatically:

using System.ServiceModel.Syndication;// ...var rss = new SyndicationFeed(...);...var formatter = new Rss20FeedFormatter(rss);formatter.WriteTo(xmlWriter);

Viewing all articles
Browse latest Browse all 4

Trending Articles



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