
2025-08-08 13:03:39
Pro tip for #aspnetcore devs: if Blazor hijacks the importmap in your plain-old server-rendered app due to MapStaticAssets, you can opt out of the tag helper on an element by using “!”.
You can also write your own tag helper to bypass this problem.