Action Filters in ASP.NET Core
ASP.NET Core action filters are attributes that can be applied to a controller action or a controller. They allow you to modify the way an action is executed and can be used to perform tasks such as logging, caching, and authorization.
Types of Actio...
mbarkt3sto.hashnode.dev7 min read