0
kicks
Control the execution order of your filters in ASP.NET Web API
One of the few minor annoyances in ASP.NET Web API is that you lack the ability to control the order in which the attributes/filters are executed. Let’s tackle this problem and see how you can easily regain control over the execution order of the attributes.