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