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