Multiple choice technology web technology

ASP.NET MVC views are with extension of?

  1. .aspx

  2. .ascx

  3. .html

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.