1 implementation of InvokeAsync
Microsoft.JSInterop (1)
Implementation\JSObjectReference.cs (1)
36
public ValueTask<TValue>
InvokeAsync
<[DynamicallyAccessedMembers(JsonSerialized)] TValue>(string identifier, object?[]? args)
2 references to InvokeAsync
Microsoft.JSInterop (2)
JSObjectReferenceExtensions.cs (2)
26
await jsObjectReference.
InvokeAsync
<IJSVoidResult>(identifier, args);
45
return jsObjectReference.
InvokeAsync
<TValue>(identifier, args);