Reputation: 267
Simple question: How to escape the "@" character in Blazor so you don't get reference error in this example?
<script src="https://unpkg.com/@here/harp.gl/dist/harp.js"></script>
I already tried "\@" and "\\@"
Upvotes: 1
Views: 1209