ASP.NET Core Pitfalls - Content Type Mismatch
Explains a subtle ASP.NET Core API routing issue with the [Consumes] attribute and charset, and provides a workaround.
Explains a subtle ASP.NET Core API routing issue with the [Consumes] attribute and charset, and provides a workaround.
Explains methods to restrict access to action methods in ASP.NET Core MVC using filters and the Authorize attribute.
Explains how to override hostname, port, and path when generating URLs in ASP.NET Core MVC, beyond the standard scheme.
Explains how to programmatically discover all controller actions and Razor Pages in an ASP.NET MVC Core application using IActionDescriptorCollectionProvider.
A technical guide on programmatically checking if a URL maps to a controller action in ASP.NET MVC Core, including code examples.