4 references to WebViewJSRuntime
Microsoft.AspNetCore.Components.WebView (4)
ComponentsWebViewServiceCollectionExtensions.cs (1)
26services.TryAddScoped<IJSRuntime, WebViewJSRuntime>();
PageContext.cs (2)
27public WebViewJSRuntime JSRuntime { get; } 44JSRuntime = (WebViewJSRuntime)ServiceProvider.GetRequiredService<IJSRuntime>();
Services\WebViewRenderer.cs (1)
23WebViewJSRuntime jsRuntime,