1 write to _jsRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
78_jsRuntime = jsRuntime;
9 references to _jsRuntime
Microsoft.AspNetCore.Components.Server (9)
Circuits\RemoteNavigationManager.cs (9)
41public bool HasAttachedJSRuntime => _jsRuntime != null; 73if (_jsRuntime != null) 107if (_jsRuntime == null) 136await _jsRuntime.InvokeVoidAsync(Interop.NavigateTo, uri, options); 140when (_jsRuntime is RemoteJSRuntime remoteRuntime && remoteRuntime.IsPermanentlyDisconnected) 157if (_jsRuntime == null) 178await _jsRuntime.InvokeVoidAsync(Interop.Refresh, forceReload); 196if (_jsRuntime is null) 209await _jsRuntime.InvokeVoidAsync(Interop.SetHasLocationChangingListeners, WebRendererId.Server, value);