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
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What is asp.net web application?
What are the asp.net server side objects?
What is __ requestverificationtoken?
Explain an object, class and method.
How many types of sessions are there in asp net?
What is server side session?
Can you explain the importance of finalize method in .net?
Explain the different parts that constitute ASP.NET application?
Explain the difference between dataset and datareader.
What is the difference between mvc and asp.net? : Asp.Net MVC
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is a global postback url?
What is the function of the ViewState property?
What is the difference between visual basic and asp.net?