1 implementation of Invoke
Microsoft.JSInterop (1)
JSInProcessRuntime.cs (1)
26public TValue Invoke<[DynamicallyAccessedMembers(JsonSerialized)] TValue>(string identifier, params object?[]? args)
1 reference to Invoke
Microsoft.JSInterop (1)
JSInProcessRuntimeExtensions.cs (1)
25jsRuntime.Invoke<IJSVoidResult>(identifier, args);