1 write to _jsRuntime
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewScrollToLocationHash.cs (1)
20_jsRuntime = jsRuntime;
2 references to _jsRuntime
Microsoft.AspNetCore.Components.WebView (2)
Services\WebViewScrollToLocationHash.cs (2)
23public bool HasAttachedJSRuntime => _jsRuntime != null; 38await _jsRuntime.InvokeVoidAsync("Blazor._internal.navigationManager.scrollToElement", elementId).AsTask();