Hi talk2ekpa,
As far as I know, the GlobalFilters object is a great way to associate an attribute with every Action method in your ASP.NET MVC application.
Normally, this line is inside global.asax in MVC.
More details, you could refer to below article:
https://visualstudiomagazine.com/articles/2017/06/02/aspnet-mvc-global-filters-handleerror.aspx
https://stackoverflow.com/questions/26347071/what-is-the-purpose-of-filterconfig-registerglobalfiltersglobalfilters-filters
Best Regards,
Brando
Give GlobalFilters a try ... they can be effective when used to associate an attribute with every Action method in your ASP.NET MVC application.