Using an IActionFilter to read action method parameter values in ASP.NET Core MVC

In this post I shown how you can use an IActionFilter in ASP.NET Core MVC to read the method parameters for an action method before it executes.
April 18, 2018
1719
1633