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)
39
public bool HasAttachedJSRuntime =>
_jsRuntime
!= null;
71
if (
_jsRuntime
!= null)
105
if (
_jsRuntime
== null)
134
await
_jsRuntime
.InvokeVoidAsync(Interop.NavigateTo, uri, options);
138
when (
_jsRuntime
is RemoteJSRuntime remoteRuntime && remoteRuntime.IsPermanentlyDisconnected)
155
if (
_jsRuntime
== null)
176
await
_jsRuntime
.InvokeVoidAsync(Interop.Refresh, forceReload);
194
if (
_jsRuntime
is null)
207
await
_jsRuntime
.InvokeVoidAsync(Interop.SetHasLocationChangingListeners, WebRendererId.Server, value);