What are the different types of filters, in an asp.net mvc application?



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

Post New Answer

More Dot Net Framework Interview Questions

What is Differnce between html.action and ajax.action?

0 Answers   HCL,


What are Model Binders in ASP.Net MVC?

0 Answers  


Which is the root namespace for fundamental types in .net framework?

0 Answers  


What is the full form of sp?

0 Answers  


Can you use Razor code in Javascript in ASP.Net MVC?

0 Answers  






What is GUID and why we need to use it and in what condition? How this is created

1 Answers  


What are the 3 main components of an asp.net mvc application?

0 Answers  


What is edm in entity framework?

0 Answers  


Does .NET Framework support SAX?

0 Answers   Wipro,


Can we look at the IL for an assembly?

2 Answers  


What is the use of web api ? Why web api needed, if you have already restful services using wcf ?

0 Answers  


How to return the JSON from action method in ASP.Net MVC?

0 Answers  


Categories