1 write to JSRuntime
Microsoft.AspNetCore.Components.WebView (1)
PageContext.cs (1)
44JSRuntime = (WebViewJSRuntime)ServiceProvider.GetRequiredService<IJSRuntime>();
6 references to JSRuntime
Microsoft.AspNetCore.Components.WebView (6)
IpcReceiver.cs (3)
78pageContext.JSRuntime, 85DotNetDispatcher.EndInvokeJS(pageContext.JSRuntime, argumentsOrError); 90DotNetDispatcher.ReceiveByteArray(pageContext.JSRuntime, id, data);
PageContext.cs (3)
45JSRuntime.AttachToWebView(ipcSender); 49Renderer = new WebViewRenderer(ServiceProvider, dispatcher, ipcSender, loggerFactory, JSRuntime, jsComponents); 52webViewScrollToLocationHash.AttachJSRuntime(JSRuntime);