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)
35
public bool HasAttachedJSRuntime =>
_jsRuntime
!= null;
54
if (
_jsRuntime
!= null)
88
if (
_jsRuntime
== null)
108
await
_jsRuntime
.InvokeVoidAsync(Interop.NavigateTo, uri, options);
112
when (
_jsRuntime
is RemoteJSRuntime remoteRuntime && remoteRuntime.IsPermanentlyDisconnected)
129
if (
_jsRuntime
== null)
141
await
_jsRuntime
.InvokeVoidAsync(Interop.Refresh, forceReload);
159
if (
_jsRuntime
is null)
172
await
_jsRuntime
.InvokeVoidAsync(Interop.SetHasLocationChangingListeners, WebRendererId.Server, value);