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