Select ASP.Net MVC 2.0 framework action filters?
-
OutputCache
-
HandleError
-
Authorize
-
All of the above
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.