The page you point to states:
“Prerequisites
.NET Core SDK – This includes everything you need to build and run Blazor WebAssembly apps.”
and the rest proceeds along the same lines. The problem is that “Blazor WebAssembly” = Blazor Client side apps. As I indicated above, I (and many others) are using Server side Blazor. So I’m left with the same question:
“Is that in fact how JQWidgets has to be used currently in Server side Blazor apps, or is there a way to use it with normal tags and C# setup?”