This question is locked. New answers and comments are not allowed.
Our website is using xml sitemaps to generate our main menu using the Telerik Menu. Since it is the main menu we need to links to be to the default state of that page. However the mvc framework tries to be smart and fill in empty route values with ones from current url where the names are equal. This means if I am on a page that has a route value of page and I have a menu item that goes to another view also with route value page, it will use the current page number for the link. Now I have a very confused user as to why they are starting off on a page other then the first when they did not say next page.
Is there some way to pass in routeValues in the xml sitemap so the route url object won't try and use the current page's values?
We are using Telerik Mvc version 2011.1.414.
Thanks
Connor Ross
Is there some way to pass in routeValues in the xml sitemap so the route url object won't try and use the current page's values?
We are using Telerik Mvc version 2011.1.414.
Thanks
Connor Ross