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

In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


what is difference between .net 3.0 and 3.5

3 Answers  


Explain the difference between the web config and machine config.

0 Answers  


what are configuration files?

0 Answers  


when to use webservice and when to use remotong diff between them

3 Answers  


What is meant by role based security? when we use this one

2 Answers  


How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


public key?

1 Answers   Microsoft,


What are standard controls?

0 Answers  


Do you know about caching with the datasource controls?

0 Answers  


About CLS and CTS?

8 Answers   Microsoft, Syncfusion,


What is the difference between web.config and machine.config in ASP.NET?

0 Answers   Amazon,


Categories