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

What is AutoPostback?

0 Answers  


What are the disadvantages of using session?

0 Answers  


I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?

3 Answers   eXensys,


How to display Alert in ASP.NET

0 Answers   HCL,


How does ASP.NET framework maps client side events to Server side events.?

0 Answers  






Could u send me the answer for this question as soon as possible. Im using 'System.net.mail.mailmessage' namespace for sending a mail from my application. What should I mention in 'system.net.mail.mailmessage.to' property and What should I mention in 'system.net.mail.mailmessage.from' property.

1 Answers  


Can you create an app domain ?

1 Answers  


What are resource file and how do we generate resource file?

0 Answers  


What is the namespace used to store the information about the user?s locale?

1 Answers   NeoSoft, Siebel,


What is custom tag in Web.Config?

0 Answers   Accenture,


Explain login control and form authentication.

0 Answers  


What is state management technique?

0 Answers  


Categories