In an ASP.NET Core project, the ________ folder is used to store view templates for MVC applications.

  • Views
  • Models
  • Controllers
  • Services
In ASP.NET Core MVC applications, the "Views" folder is used to store view templates. Views are responsible for rendering the user interface and displaying data to the user. They are typically associated with controller actions and define how the data is presented to the user.
Add your answer
Loading...

Leave a comment

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