1 write to _jsRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
76_jsRuntime = jsRuntime;
9 references to _jsRuntime
Microsoft.AspNetCore.Components.Server (9)
Circuits\RemoteNavigationManager.cs (9)
39public bool HasAttachedJSRuntime => _jsRuntime != null; 71if (_jsRuntime != null) 105if (_jsRuntime == null) 134await _jsRuntime.InvokeVoidAsync(Interop.NavigateTo, uri, options); 138when (_jsRuntime is RemoteJSRuntime remoteRuntime && remoteRuntime.IsPermanentlyDisconnected) 155if (_jsRuntime == null) 176await _jsRuntime.InvokeVoidAsync(Interop.Refresh, forceReload); 194if (_jsRuntime is null) 207await _jsRuntime.InvokeVoidAsync(Interop.SetHasLocationChangingListeners, WebRendererId.Server, value);