Example of Default Functionalities in ASP.NET MVC Menu Bar Control
This sample demonstrates default functionalities of the Menu
component. Interact with Menu
using hover/click action.
The menu component is a graphical user interface that serves as navigation header for your application or site.
It provides a list of commands that can be carried out using the Items
property.
In this demo, the menu is rendered with default type of Horizontal orientation. Using Orientation
property, you can change the orientation to Vertical.
In mobile mode, the parent menu becomes scrollable if its size exceeds the viewport size.
More information about Menu can be found in this documentation opens in a new tab section.