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