List Of Asp Net Mvc Home Page Layout References. By convention, the default layout for an asp.net core app is named _layout.cshtml. When a web page (content page) is linked to a layout page, it will be displayed according to the layout page (template).
In the add new item dialogue box, select mvc 5 layout page (razor) template, and specify a layout view name as _mylayoutpage.cshtml and click add to create it. The layout page is just like a normal web page, except from a call to. Asp.net core routing is configured in the configure method of the startup class.