What is the order of execution of filters in ASP.NET MVC?

All ASP.NET MVC filter are executed in an order. The correct order of execution is given below:

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

No comments:

Post a Comment