Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 773 Bytes

Features-Mvc-Core-Main-Menu-Layout.md

File metadata and controls

16 lines (9 loc) · 773 Bytes

Main Menu

Application's main menu is defined in AppNavigationProvider class. See ABP's navigation documentation to have a deep understanding on creating menus. When you add a new menu item, it's automatically rendered in the layout.

Layout

Layout of the application is located under Areas/App/Views/Layout folder. It uses Components for header, footer and sidebar:

Application layout

Main menu is rendered in menu component. Layout also highly uses bundling & minification (see the section below) system for script and style includes.

Next