Posted on: 30-04-2021
How to bind multiple values from a URL to an array parameter
Posted on: 03-11-2017
Using IActionDescriptorCollectionProvider to find what controller actions and Razor Pages are available in an ASP.NET MVC Core application.
Posted on: 02-10-2017
Sometimes you might need to find out if a given URL will match an action in your MVC Core app. Here we look at how to do that.
Posted on: 22-10-2016
Quick summary of the most important ways you can use attribute routes in ASP.NET Core. Some rarer scenarios are covered as well.