Hi
I am trying to render a menu using ParentTag like this:
@RenderNavigation(new
{
StartLevel = 1,
EndLevel = 2,
ParentTag = "Topmenu",
Template = "TopNavigation.xslt"
})
But the systems seems not to take ParentTag into consideration. Nothing is rendered. What can I be missing?