ASP MVC view with VB.net, how to use <script src="/scripts/zxing-library.min.js"></script> #617
Open
Description
I am trying to use Zxing with ASP MVC / VB.net
Unfortunatelly is not possible to use this : <script src="https://cdn.jsdelivr.net/npm/@zxing/library@latest"></script>. because in vb.net view @zing looks like a namespace.
Is it possible to use a locally script like this : <script src="/scripts/zxing-library.min.js"></script>
If is possible, where can it be downloaded?
If not, how can I solve the problem to use Zxing in this enviroment?
Thanks
ASM