What are the action filters available in asp.net mvc

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between server-side scripting and client-side scripting?

558


What is an example of an application service provider?

468


How can we pass info between 2 asp.net pages?

568


Where you store Connection string in "Web.Config" file in ASP.NET?

588


How do u deploy your asp.net application?

616






Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?

653


Explain about asp.net caching?

587


What is odata in web api?

570


How u refer webservices?

1503


A web service can only be written in .net? State whether true or false.

549


Explain the difference between panel and groupbox classes using .net?

496


How can I have a particular web page in an asp.net application which displays its own error page?

532


What is windows active directory authentication?

577


Is asp.net core faster?

549


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

610