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

If i have 1000 records in dataset, how to do paging?

2 Answers   Mind Tree,


What is the biggest disadvantage of “Other Return Types” in Web API?

0 Answers  


What is an assembly?

2 Answers   Value Labs,


Explain page output caching?

0 Answers  


What are type/key pairs in client script registration?

0 Answers  






How many types of cookies are available in asp?

0 Answers  


Define the term Web Garden?

0 Answers   Sans Pareil IT Services,


Less than one page, how many windows will you be able to maintain?

0 Answers   Atos Origin,


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


Can you explain page lifecycle in net?

0 Answers  


How will create assesblies at run time?

0 Answers  


Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?

1 Answers  


Categories