What are the different types of filters, in an asp.net mvc application?
Answer Posted / 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 View All Answers
Why is entity framework used?
What is edm (entity data model)? : Entity framework
Explain the request flow in asp.net mvc framework?
explain why t4 entity is important in entity framework?
Explain what languages does the .net framework support?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
How does work clr?
What are the components of the .net framework.
mention what is the difference between ado.net and classic ado?
What is storage model? : Entity framework
How do you handle variable number of segments in a route definition?
What is objectcontext? : Entity framework
What are authentication filters in web api?
What is the use of action filters in an mvc application?