Question: In an aspnet core web api project I have the logic Scattered across many endpoints/controllers. I would like to refactor this cross-cutting concern to an Attribute, example a ValidationAttribute: With the attempted application in a controller: Though this doesn’t ...