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)
41
public bool HasAttachedJSRuntime =>
_jsRuntime
!= null;
73
if (
_jsRuntime
!= null)
107
if (
_jsRuntime
== null)
136
await
_jsRuntime
.InvokeVoidAsync(Interop.NavigateTo, uri, options);
140
when (
_jsRuntime
is RemoteJSRuntime remoteRuntime && remoteRuntime.IsPermanentlyDisconnected)
157
if (
_jsRuntime
== null)
178
await
_jsRuntime
.InvokeVoidAsync(Interop.Refresh, forceReload);
196
if (
_jsRuntime
is null)
209
await
_jsRuntime
.InvokeVoidAsync(Interop.SetHasLocationChangingListeners, WebRendererId.Server, value);