maartenba / MvcSiteMapProvider

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

Multiple sitemap files #423

Closed arthurdpg closed 8 years ago

arthurdpg commented 8 years ago

Hi guys!

In my application I have two files .sitemap(Mvc.sitemap and MvcCustom.sitemap) I need to use the MvcCustom.sitemap file in my view, but it keeps trying to render the Mvc.sitemap:

`

</siteMap>`

`

NightOwl888 commented 8 years ago