Tootfinder

Opt-in global Mastodon full text search. Join the index!

@khalidabuhakmeh@mastodon.social
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.

Razor code showing the use of ! on a script tag