Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 830 Bytes

File metadata and controls

13 lines (7 loc) · 830 Bytes

Lombiq Helpful Libraries - Orchard Core Libraries - Navigation for Orchard Core

NavigationProviderBase

An abstract base class for reducing boilerplate in INavigationProvider. Use BuildNavigationAsync() to validate the name parameter and to ensure the navigation is built only if the user is authenticated.

MainMenuNavigationProviderBase

An abstract base class derived from NavigationProviderBase for creating home page menu structure using the main navigation name. If you use the Lombiq.BaseTheme, it automatically displays the generated menu as a widget in the Navigation zone.

Extensions

  • NavigationItemBuilderExtensions: Adds extension methods for building menu TypedRoute style.