Headed on all pages

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 151

Headed on all pages

Post by crash »

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


MichaelG
User
Posts: 1110

Post by MichaelG »

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


Post Reply