Chris Sainty 3/19/2019

Using JavaScript Interop in Blazor

Read Original

This technical article details JavaScript Interop in Blazor, addressing WebAssembly's limitations like DOM access. It explains the IJSRuntime abstraction, its InvokeAsync and InvokeVoidAsync methods, the removal of the static JSRuntime, and the use of IJSInProcessRuntime for synchronous calls in client-side scenarios.

Using JavaScript Interop in Blazor

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week