-
I am new to Orchard Core and have what is probibily a stupid question but it is not address in the refences section of the docs, that I can tell at least. I am using OrchredCore as a decompuled CMS and have gone into the admin site and setup a menu called "Site Navigation" in my View's controller I want to fill a model with the data for that navigation I created but I can't figure out how to use "OrchardCore.Menu" to fill that model so I can start calling the .Items to get the MenuItems data to navigate though and build my own custom navigation. The code samples in the references page shoe me how to use the properties of OrchardCore.Menu but not how to make an me OrchardCore.Menu and fill it with the data I need. How do I do this? Please help, this is the last thing I need to finish the general layout of my site so I can start publishing content. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Look at our themes they all integrate a menu with corresponding templates. |
Beta Was this translation helpful? Give feedback.
Look at our themes they all integrate a menu with corresponding templates.