I’m trying to integrate Stripe payments to my Blazor application. Straight away as predicted I must have a <script>
tag on my page.
https://stripe.com/docs/billing/quickstart
My question is, how do I add this script tag to a Razor page in Blazor. I’ve used interop to define my own JS files and call their methods, but i need this script to just be added to the DOM.
This documentation only shows me how to connect to my own JavsScript files: