I'm having an Issue on DW 9.10.13 with Navigation.RenderNavigation() and the use of RootNavigationTag.
The menu simply disappears (eg. when recycling), but saving the page (with the navigationTag) restores it somhow. When hardcoding RootPageId i the settings it dosen't disappear and pages without navigationTag (eg. the main-menu) also stays...
Any idea to why it behaves this way?
eg of code:
Navigation.RenderNavigation( "navigation/espresso.cshtml", new NavigationSettings() { StartLevel = 4, StopLevel = 5, ExpandMode = ExpandMode.All, RootNavigationTag = "aside", Parameters = new Dictionary< string, object >() { { "id", "aside" } } } )