I am using page rendering to add page headers.. is there a way to add it so it’s automatically on all pages..
When I use global it goes above the menu..this does not work for me.
I need it under the menu.
Any help much appreciated
Thanks
Headed on all pages
-
- User
- Posts: 169
Headed on all pages
-
- User
- Posts: 1160
A simple option will be to modify the layout file (Views/Shared/_Layout.cshtml).
You can also use the User Code to modify the generated file on the fly. Read:
https://aspnetmaker.dev/docs/#/usercode.html