1 implementation of InvokeNewAsync
Microsoft.JSInterop (1)
Implementation\JSObjectReference.cs (1)
53
public ValueTask<IJSObjectReference>
InvokeNewAsync
(string identifier, object?[]? args)
1 reference to InvokeNewAsync
Microsoft.JSInterop (1)
JSObjectReferenceExtensions.cs (1)
132
return jsObjectReference.
InvokeNewAsync
(identifier, args);