What are the action filters available in asp.net mvc



What are the action filters available in asp.net mvc..

Answer / sravankumar

An action filter is an attribute that you can apply to a controller action -- or an entire controller -- that modifies the way in which the action is executed. The ASP.NET MVC framework includes several action filters.
• OutputCache – This action filter caches the output of a controller action for a specified amount of time.
• Handle Error – This action filter handles errors raised when a controller action executes.
• Authorize – This action filter enables you to restrict access to a particular user or role
for more questions
https://subhashnetworld.blogspot.in/2017/02/tcs-dot-net-interview-questions.html

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How to retrieve user name in case of Window Authentication?

0 Answers  


How to reduce the Page size in asp.net?

4 Answers   CTS,


You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel

2 Answers   Syntax Softtech,


what is use of doctype tag in asp.net

1 Answers   TCS, Wipro,


What are the advantages of using Master Pages?

0 Answers   MCN Solutions,






What is the typical session identifier?

0 Answers  


What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1

1 Answers  


What is http response header?

0 Answers  


Differentiate between authentication and authorization.

0 Answers  


How to create discussion forum in asp.net mvc? : Asp.Net MVC

0 Answers  


What is the base class of .NET?

6 Answers  


How many validators do ASP.NET have?

0 Answers   QuestPond,


Categories