1 write to NavigationManager
Microsoft.AspNetCore.Components.WebView (1)
PageContext.cs (1)
41
NavigationManager
= (WebViewNavigationManager)ServiceProvider.GetRequiredService<NavigationManager>();
3 references to NavigationManager
Microsoft.AspNetCore.Components.WebView (3)
IpcReceiver.cs (2)
105
pageContext.
NavigationManager
.LocationUpdated(uri, state, intercepted);
110
pageContext.
NavigationManager
.HandleLocationChanging(callId, uri, state, intercepted);
PageContext.cs (1)
42
NavigationManager
.AttachToWebView(ipcSender, baseUrl, startUrl);