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
What are the asp.net server side objects?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is asp.net and ado net?
Name some asp objects?
How would ASP and ASP.NET applications run at the same time on the same server?
Which adapter should you use, if you want to get the data from an access database?
Explain the flow of processing of the request? : asp.net mvc
Name the two properties are on every validation control?
What is the difference between session and application?
Using code explain Configuration Management
Explain client side state management system.
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Is sql backend or frontend?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Explain about asp.net caching?