I am new to ABP Framework (abp.io).
I want to customize _layout.cshtml.
It seems the _layout is in base classes. So how can I override it. And design my own _layout and use over all pages ?
I am new to ABP Framework (abp.io).
I want to customize _layout.cshtml.
It seems the _layout is in base classes. So how can I override it. And design my own _layout and use over all pages ?
Copyright © 2021 Jogjafile Inc.
to do what you mention you must go to mvc / Views / Shared / Layout / _Layout.cshtml there you can customize the default layout. In case you want to override the layout on a particular page you must set it to null, Layout = null