1 override of InvokeJS
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
26protected override string InvokeJS(string identifier, [StringSyntax(StringSyntaxAttribute.Json)] string? argsJson, JSCallResultType resultType, long targetInstanceId)
2 references to InvokeJS
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (2)
81=> InvokeJS(identifier, argsJson, JSCallResultType.Default, WindowObjectId); 101return InvokeJS(invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.ResultType, invocationInfo.TargetInstanceId);