In which folder would you typically find the _Layout.cshtml file in a default ASP.NET Core MVC project?

  • Views/Shared
  • Views/Home
  • Views/Layouts
  • Views/Partials
In a default ASP.NET Core MVC project, you would typically find the _Layout.cshtml file in the Views/Shared folder. This shared layout file is used to define the common structure and elements that are applied to multiple views across the application.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *