How do I have multiple projects reference the same layout page (_ layout.cshtml) in visual studio?

create a solution with vs, in which there will be several different projects, but all the views under these projects use the same layout page. Every time you create a new project, you have to copy and paste the previous layout page, which is very troublesome. Is there any way to make multiple projects share the same layout page?


write a class library method call?
inherit parent class?

Menu