Is there a MVC SiteMap Provider that supports ASP.NET MVC 2 Areas feature?

1.8k Views Asked by At

I am looking for a MVC SiteMap provider in which I can specify area as well, along with controller and action. Did anyone use a SiteMap provider that supports MVC 2 Areas ?

1

There are 1 best solutions below

4
On BEST ANSWER

I haven't used it but there is an mvcsitemap project on codeplex which appears to handle areas, and has good reviews.