What are the different types of filters, in an asp.net mvc application?
Answer / harshada patil
The ASP.NET MVC framework supports four different types of filters:
Authorization filters – Implements the IAuthorizationFilter attribute.
Action filters – Implements the IActionFilter attribute.
Result filters – Implements the IResultFilter attribute.
Exception filters – Implements the IExceptionFilter attribute.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain Bundle.Config in ASP.Net MVC4?
What symbol would you use to denote, the start of a code block in razor views?
What is the difference between Finalize and Dispose (Garbage collection)
What are Non Action methods in ASP.Net MVC?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
Briefly describe the roles of clr in .net framework?
What is the difference between STA and MTA?
How .net assemblies are registred as private and shared assembly ?
What is the difference between viewbag and viewdata in mvc?
Can we change web.config settings from iis?