Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

The order of the filters that get executed, if the multiple filters are implemented?

Answer Posted / Amit Pandit

In ASP.NET MVC, filters are executed in the following order:n1. Authorization filters (before action execution)n2. Action filters (before action execution)n3. Result filters (after action execution, before returning the result to the client)n4. Exception filters (if an exception occurs during action execution)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Possible ways to prevent xss attacks on mvc application?

1074


Explain the request flow in asp.net mvc framework?

1086


How to use multiple submit buttons in asp.net mvc?

1300