Navigation
Value Type Saved: List<NavigationItem>
The navigation content property allows you to create a navigation structure in a tree. This allows you to easily created multi level navigation structures. Saved as a List of Lists

Example of getting value on page
Because we need to deal with items that have picked content, that content could have changed after it's been picked so we need to use this method to make sure we get up to date content urls, and this is why Mediator needs to be passed in.
@inject IMediator Mediator
@(await Model.NavigationItems("PropertyAliasHere", Mediator))
Last updated