maartenba / MvcSiteMapProvider

An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
Microsoft Public License
538 stars 218 forks source link

Using the DynamicProvider to create writeout the SiteMapNodes #451

Open smartmeter opened 8 years ago

smartmeter commented 8 years ago

Hi, when I try to create the XML file for the sitemapnodes, I often make an error and cant seem to resolve it easily.

I noticed the DynamicProvider , can you please tell me how to run/execute it to generate the full sitemapnodes file for all the controllers and actions, and save it to an XML file (db or whatever) - I want to go back an edit it and paste.

thanks