0
kicks
XML sitemap with ASP.NET MVC
I have previously written about the benefits of, and how to create a XML sitemap with ASP.NET. That time I used a custom HTTP handler to generate the sitemap. As I was building this site using ASP.NET MVC I decided to seek another solution where the sitemap was generated by a controller. The solution turned out to be a custom ActionResult class, XmlSitemapResult.