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