Creating and Testing ASP.NET Core Filter Attributes
Creating a Filter Attribute in ASP.NET Core may be confusing due to several implementation choices. We can make the necessary decisions by answering the right questions. Let's learn how to create and test filter attributes, and what decisions we have to make for that purpose.