ASP.NET MVC views are with extension of?
-
.aspx
-
.ascx
-
.html
-
All of the above
A,B
Correct answer
Explanation
In ASP.NET MVC, views use the .aspx extension for standard views and .ascx extension for partial views or user controls. The .html extension is not a standard ASP.NET MVC view extension - HTML would be the output format, not the file extension.