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
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What is a form tag?
What r the asp.net list controls and difference between them?
Why cyclomatic complexity is important?
What are session state modes in asp.net?
Define globalization and localization.
Which validator control you use if you need to make sure the values in two different controls matched?
What is the maximum timeout we can set for Cookies?
What is session management in web application?
What's the use of formatters in .net?
Write a code snippet to implement the indentation in json in web api.
What is the purpose of master page?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Is asp.net 64-bit enabled? How?