Quiz: Interoperating with JavaScript
Test yourself on Blazor's interoperation with JavaScript.
We'll cover the following...
We'll cover the following...
JavaScript Interop in Blazor
1.
What method can we call the C# code in Blazor to invoke a JavaScript function that doesn’t return a value?
A.
InvokeAsync
B.
InvokeVoidAsync
C.
Either InvokeAsync
or InvokeVoidAsync
D.
JSInvokable
1 / 5
...