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)
24public bool HasAttachedJSRuntime => _jsRuntime != null; 44await _jsRuntime.InvokeVoidAsync(Interop.ScrollToElement, elementId);