PreviousNext

Call anonymous C# functions from JS in Blazor WASM

by ThomasArdal, 2020-11-17T07:31:52.958Z

In this article, we will look at how we can call C# functions from a JS library in Blazor WASM. This can be useful to integrate with existing JS libraries that react to different events.

Read More