Community

Custom Ordering of Action Filters in ASP.NET MVC

(Greg Shackles) I recently stumbled across something with ASP.NET MVC action filters where they weren’t being executed in quite the order I was expecting. More specifically, I had made a poor assumption that filters defined at the Controller level would all execute prior to any action-level filters.

Read More - Register for Free Membership