2 references to InvokeAsync
Microsoft.JSInterop (2)
Implementation\JSObjectReference.cs (1)
40
return _jsRuntime.
InvokeAsync
<TValue>(Id, identifier, args);
JSRuntime.cs (1)
69
=>
InvokeAsync
<TValue>(0, identifier, args);