This question is locked. New answers and comments are not allowed.
I am having trouble getting the MVC Razor Menu to behave the way I want it too. The desired behavior is when the parent menu item is hovered over I want to show a ceratin webpage pased on the menu item. Example: The Home button should show the /Home, the About should show /About, ect... I am using the menu.Add().Text("Home").Action("Index", Home); to control the click behavior. I want the hover to behave just like the click behavior except just show the correct form unless clicked on. Can anyone help me with this?
Thanks,
W.
Thanks,
W.
