1 write to _jsRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
59_jsRuntime = jsRuntime;
9 references to _jsRuntime
Microsoft.AspNetCore.Components.Server (9)
Circuits\RemoteNavigationManager.cs (9)
35public bool HasAttachedJSRuntime => _jsRuntime != null; 54if (_jsRuntime != null) 88if (_jsRuntime == null) 108await _jsRuntime.InvokeVoidAsync(Interop.NavigateTo, uri, options); 112when (_jsRuntime is RemoteJSRuntime remoteRuntime && remoteRuntime.IsPermanentlyDisconnected) 129if (_jsRuntime == null) 141await _jsRuntime.InvokeVoidAsync(Interop.Refresh, forceReload); 159if (_jsRuntime is null) 172await _jsRuntime.InvokeVoidAsync(Interop.SetHasLocationChangingListeners, WebRendererId.Server, value);