Multiple choice technology web technology

Select ASP.Net MVC 2.0 framework action filters?

  1. OutputCache

  2. HandleError

  3. Authorize

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ASP.NET MVC 2.0 includes several built-in action filters: OutputCache for caching, HandleError for error management, and Authorize for authentication/authorization. These are core filters provided by the framework.