Prevent Blazor from focusing h1 tags
Blazor focuses h1 tags on every page out of the box. Find out how to prevent it.
Blazor focuses h1 tags on every page out of the box. Find out how to prevent it.
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.
If your using the code first approach in Entity Framework Core, you'll probably need to make some properties nullable in your database. Here's how you do it.