What are files with _ in ASP.NET MVC ?

When a new ASP.NET MVC Project is created , one might observe files that start with _ specially in the Views folder.

What are files with _ in ASP.NET MVC ?

What are files with _ in ASP.NET MVC ?

The files that starts with _ are generally the Layouts which is normally placed in the /Views/Shared of the ASP.NET MVC project.