maartenba / MvcSiteMapProvider

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

SiteMaps.Current.CurrentNode and this.GetCurrentSiteMapNodeForChildAction() Null when url parameter change #395

Closed gregorypilar closed 8 years ago

gregorypilar commented 9 years ago

HI, in the last version SiteMaps.Current.CurrentNode.IsDynamic and this.GetCurrentSiteMapNodeForChildAction() are null when navigation parameters changes , for example the first the dynamic node are create are create with custom parameter, and everything works fine but if i change the navigation parameters SiteMaps.Current.CurrentNode and this.GetCurrentSiteMapNodeForChildAction() are always null

Any tips?

NightOwl888 commented 9 years ago

Hi, sorry for the late reply.

Could you provide a code example of how you are "changing the navigation parameters"?

NightOwl888 commented 8 years ago

I am closing this issue, as there has been no activity for several months and it is still unclear what the issue is. Feel free to reopen this if you can provide more information on what you are hoping to achieve.