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

And if they have conflicting method names ?

1 Answers  


what do you mean by navigation property?

0 Answers   Microsoft,


Is .net core faster than .net framework?

0 Answers  


mention what is the key advantage of using entity framework or ef?

0 Answers   Microsoft,


What are differences between entity framework and l2s? : Entity framework

0 Answers  






About DTS package ?

1 Answers   Accenture, Grafotech,


What was the problem in traditional component why side by side execution is supported in .net ?

1 Answers   MMTS,


what is .NET ?

18 Answers   TCS,


What are the two ways to add constraints to a route?

0 Answers  


What is storage model? : Entity framework

0 Answers  


What are the types of assemblies

1 Answers  


How do you create shared assemblies ?

1 Answers  


Categories