Table of Contents


Navbar

This component add the "Navbar-Nav" section of the bootstrap Navbar menu to the page.

The menu items display are dependent on the app that the current user is browsing and also the current user's access level to various menu items included in that app.

 

<aspx:navbar runat='server' cssClass='nav navbar-nav overflow-navbar'/>

 

Note: This component is deprecated as of January 1st, 2022. Please use NavbarMenu instead.