1 write to _jsRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteScrollToLocationHash.cs (1)
21
_jsRuntime
= jsRuntime;
2 references to _jsRuntime
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteScrollToLocationHash.cs (2)
24
public bool HasAttachedJSRuntime =>
_jsRuntime
!= null;
44
await
_jsRuntime
.InvokeVoidAsync(Interop.ScrollToElement, elementId);