News

Take advantage of route constraints in minimal APIs to prevent unwanted requests from reaching your action methods and improve the security and performance of your ASP.NET Core applications.
You can take advantage of custom route constraints in ASP.NET Core to validate route values and avoid passing unwanted or unnecessary requests to action methods.