The default convention in ASP.NET Core MVC looks for views in the _________ folder.

  • Views
  • Models
  • Controllers
  • Pages
In ASP.NET Core MVC, the default convention for locating views is in the "Views" folder within the project's directory structure. Views contain the markup and templates used to generate the HTML or other output sent to the client's browser.
Add your answer
Loading...

Leave a comment

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