Search code examples
asp.net-mvcasp.net-mvc-3asp.net-mvc-areasaction-filter

Area-global filters in MVC 3


Since it doesn't appear to be supported natively, what's the recommended way of implementing global filters on a per-area basis?


Solution

  • You could use a custom IFilterProvider.