Tag Archives: IOrderedFilter
ASP.NET Core 3.0 Action Filters
September 15, 2015 · by damienbod · in .NET, ASP.NET Core, ASPNET5, dotnet, MVC, TopHeaderMenu, Web · 9 Comments
This article shows how the ActionFilterAttribute class can be used in an ASP.NET Core 3.0 MVC application. The ActionFilterAttribute class is an implementation of the IActionFilter, IAsyncActionFilter, IResultFilter, IAsyncResultFilter, and the IOrderedFilter interfaces. This filter can be used as a method filter, controller filter, or global filter for all MVC HTTP requests, or more precisely […]