As I’m still getting into Razor and JQuery, I’m wondering if it’s possible to call your Javascript or JQuery functions from your inline razor script?
I ran into this question while trying to implement load spinners that were dependent on razor-level validation.
Of course that it is possible. Razor is just a templating engine which translates to HTML. So you could do everything that you could do in HTML: