Asp.net – Custom C# attribute to disable methods in controllers
I have an asp. Net Core WebAPI application, I have created a generic custom base controller class that already provides CRUD operations (GetAll, GetById, Insert, Update and Delete) for any controller that's being inherited from. In some of my controllers,…