Rick Way
Rick Way
Not a bad idea. I had set it as a negative boolean to avoid altering the default behavior and created the CSS class so that folks could alter it as...
Still seeing this in 3.1 preview client side blazor app. http://ringdev.com/Iosian4 works http://ringdev.com/iosian4 does not, throws `blazor.webassembly.js:1 WASM: System.ArgumentException: The URI 'http://ringdev.com/iosian4' is not contained by the base URI 'http://ringdev.com/Iosian4/'.`
> This is not a bug. > > Map is case sensitive, see [here](https://github.com/dotnet/aspnetcore/blob/main/src/Http/Http.Abstractions/src/Extensions/MapExtensions.cs#L49-L52) > > If you want it to be case insensitive you can use `Mapwhen` instead: >...