Umbraco 9 - Left hand sub page navigation code snippet.
Umbraco 9 - Left hand sub page navigation code C# RAZOR snippet.
The code below can be used for left hand navigation in Umbraco 9 to create left hand/sub page navigation.
Instructions:
- Create a partial _leftHandNavigation
- Reference the partial in your Umbraco template, like this: @Html.Partial("_leftHandNavigation")
Code:
Example output:
https://www.buymeacoffee.com/markdevelopment/umbraco-side-bar-left-hand-navigation
Comments
Post a Comment