Tutorials

Tutorials on Blazor, .Net Core, Tailwind CSS, APIs, and databases.

How to make route urls lowercase in ASP.NET

Beauty is in the eye of the beholder. But let's all agree, Pascal Cased url routes are ugly. Unfortanately, it's the default for route urls in ASP.NET. Here is how to change it to lowercase.