I Introduce a library of type-safe URL builder that can be used in the Blazor project. Blazor is a cool technology that makes it easy for anyone to write modern web in C#, but I found it lacking in features around URLs.
Similar projects already exist, but this library is
* Compatible with razor's source generator (the previous one had to explicitly turn this off with the advent of .NET6)
* Automatic generation of @page, [Parameter], and [CounterWithQuery] attributes (handwriting is very tedious, right?)
* Automatic generation of highly customizable menu structures (icons, descriptions, L10N, all possible!)
Happy hacking!