1 implementation of InvokeConstructorAsync
Microsoft.JSInterop (1)
Implementation\JSObjectReference.cs (1)
61public ValueTask<IJSObjectReference> InvokeConstructorAsync(string identifier, CancellationToken cancellationToken, object?[]? args)
2 references to InvokeConstructorAsync
Microsoft.JSInterop (2)
JSObjectReferenceExtensions.cs (2)
150return jsObjectReference.InvokeConstructorAsync(identifier, cancellationToken, args); 168return jsObjectReference.InvokeConstructorAsync(identifier, cancellationToken, args);