Model View Controller (MVC) Question:
Download Questions PDF

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

MVC Interview Question
MVC Interview Question

Answer:

1. Authorization filters
2. Action filters
3. Result filters
4. Exception filters

Download MVC Interview Questions And Answers PDF

Previous QuestionNext Question
If I have multiple filters impleted, what is the order in which these filters get executed?Give an example for Authorization filters in an asp.net mvc application?