It would be nice to have global filters like in mvc. https://docs.microsoft.com/ru-ru/aspnet/core/mvc/controllers/filters?view=aspnetcore-2.1#filter-scopes-and-order-of-execution But yes, we can achieve similar results with base controller. Just a improvement.
It would be nice to have global filters like in mvc.
https://docs.microsoft.com/ru-ru/aspnet/core/mvc/controllers/filters?view=aspnetcore-2.1#filter-scopes-and-order-of-execution
But yes, we can achieve similar results with base controller. Just a improvement.