How can I customize my _Layout [abp] framework, abp.io?

1.2k Views Asked by At

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 ?

1

There are 1 best solutions below

1
On

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