PreviousNext

ASP.NET Core Blazor — JavaScript Interop

by dnwuQTLI06qsA, 2019-08-29T03:45:36.765Z

Blazor is here, Will JavaScript be dead? I would say that the answer is NO at-least for now. Even though Blazor is creating revolution in web technology, it need JavaScript to use web features that cannot be achieved by Blazor for now. To do this Blazor team has provided JavaScript Interop support that will enable us to do use JavaScript functions from C# and vice versa. In this post we are going to see how to use JavaScript Interop in Blazor application and how to invoke JavaScript function from C# and vice versa.

Read More