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)
23
public bool HasAttachedJSRuntime =>
_jsRuntime
!= null;
38
await
_jsRuntime
.InvokeVoidAsync("Blazor._internal.navigationManager.scrollToElement", elementId).AsTask();