This question is locked. New answers and comments are not allowed.
Using Menu 2012.1.214.340 with Razor in VS2010 C#, how can I determine what the menu's currently user-chosen menu item is, on the server (NOT client)? I've tried looking at menu properites in a BindTo() anonymous method, but they seem to be pre-build, that is they're all empty and awaiting initialization.
I've been looking at item.Selected but it's false no matter what menu item is chosen by the user.
I need this so I can build a second menu bar that appears below the main menu, and this second menu needs to contain the submenu items from the main menu.
Thanks.
I've been looking at item.Selected but it's false no matter what menu item is chosen by the user.
I need this so I can build a second menu bar that appears below the main menu, and this second menu needs to contain the submenu items from the main menu.
Thanks.