Multiple choice technology web technology

Which one is true (select multiple options)?

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

ASP.NET MVC uses clean URLs without file extensions. Option A shows the standard controller/action pattern. Option C shows the pattern with an input parameter as part of the URL path. Options B and D incorrectly add .aspx extension or use querystring syntax for parameters, which are not standard MVC routing patterns.