Wrapping JavaScript Libraries with C# in Blazor WebAssembly

added by DotNetKicks
11/5/2020 4:46:24 PM

734 Views

Up until now, in this series of articles, we have learned how to call JavaScript code from C#, how to call C# code from JavaScript, and also how to extract a JS code and use it from the Razor class library. But all the time, we had to write some JavaScript code to make the functionality works.


0 comments