ASP.NET Core: Endpoint Filters
Endpoint Filters (IEndpointFilter) are the modern evolution of filters in ASP.NET Core. While "Action Filters" were designed specifically for the MVC pattern (Controllers), Endpoint Filters are protocol-agnostic and designed to work primarily with Mi...
aspnetcore.hashnode.dev6 min read