How to bind multiple values from a URL to an array parameter
Using IActionDescriptorCollectionProvider to find what controller actions and Razor Pages are available in an ASP.NET MVC Core application.
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.
Quick summary of the most important ways you can use attribute routes in ASP.NET Core. Some rarer scenarios are covered as well.