1 write to _jsRuntime
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationInterception.cs (1)
21
_jsRuntime
= jsRuntime;
2 references to _jsRuntime
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteNavigationInterception.cs (2)
24
public bool HasAttachedJSRuntime =>
_jsRuntime
!= null;
38
await
_jsRuntime
.InvokeAsync<object>(Interop.EnableNavigationInterception, WebRendererId.Server);