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 the maximum number of classes that can be contained in one dll file?

0 Answers  


Demonstrate Render and PreRender?

0 Answers   QuestPond,


What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor

1 Answers   Icertis, Microsoft, Syntax Softtech,


How to call a child form method from the master page?

1 Answers  


What is http post action?

0 Answers  






Explain how can you debug your .net application?

0 Answers  


What is Razor View Engine

0 Answers   HCL,


What are the Types of objects in ASP

0 Answers   Microsoft,


What are assemblies and namespaces and explain the difference between them ?

0 Answers  


What is authentication in asp.net?

0 Answers  


How do you open a page in a new window?

0 Answers  


What is preprocessor in .net?

0 Answers  


Categories