Dynamic sitemap in ASP.NET MVC

前端 未结 7 611
小蘑菇
小蘑菇 2021-01-30 09:04

I\'m trying to create an automatic sitemap ActionResult that outputs a valid sitemap.xml file. The actual generation of the file is not a problem, but I can\'t seem to figure o

7条回答
  •  隐瞒了意图╮
    2021-01-30 10:03

    Take a look at the code behind Phil Haack's "Route Debugger":

    http://haacked.com/archive/2008/03/13/url-routing-debugger.aspx

提交回复
热议问题