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 |
What is the maximum number of classes that can be contained in one dll file?
Demonstrate Render and PreRender?
What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor
1 Answers Icertis, Microsoft, Syntax Softtech,
How to call a child form method from the master page?
What is http post action?
Explain how can you debug your .net application?
What is Razor View Engine
What are the Types of objects in ASP
What are assemblies and namespaces and explain the difference between them ?
What is authentication in asp.net?
How do you open a page in a new window?
What is preprocessor in .net?