Search code examples
asp.net-mvc-4menubar

How to create horizontal menubar with submenu MVC4


I want to create Horizontal menu bar with submenu I had tried many but I didn't get it.

I had tried with hoverIntent.js but how to call this into MVC4 that is I don't know.

Thank you, -Jitendra Jadav.


Solution

  • Try and install this package from nuget package manager Bootstrap for mvc 4. It turns your default layout to something like this enter image description here

    And it is very easy to customize your menu bar, and add child menu to it. Hope it'll help to get what you want.