5
Shouts

Rss Feed Generation From a Custom RssResult

published 723 days, 4 hours, 53 minutes ago posted by MikesdotnettingMikesdotnetting 724 days, 7 hours, 17 minutes ago
Tuesday, June 01, 2010 10:41:04 AM GMT Monday, May 31, 2010 8:17:14 AM GMT

Rss Feed Generation From a Custom RssResult   When I looked at producing RSS Feeds in ASP.NET MVC before, I used the ContentResult method to return XML. Best Practice suggests that you should create a new ActionResult if required. So this article looks at creating an RssResult, and a different way to generate the feed itself.

 

If you look at the previous article, and its comments, you can see that there are a number of ways to produce RSS feeds in ASP.NET MVC. Some feel that you should...

category: ASP.NET | clicked: 2 | | source: www.mikesdotnetting.com | show counter code
tags: asp net mvc, ASPNETMVC