1 write to Instance
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
184WebAssemblyNavigationManager.Instance = new WebAssemblyNavigationManager(baseUri, uri);
5 references to Instance
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHost.cs (1)
167WebAssemblyNavigationManager.Instance.CreateLogger(loggerFactory);
Hosting\WebAssemblyHostBuilder.cs (2)
190var hostEnvironment = new WebAssemblyHostEnvironment(applicationEnvironment, WebAssemblyNavigationManager.Instance.BaseUri); 328Services.AddSingleton<NavigationManager>(WebAssemblyNavigationManager.Instance);
Infrastructure\JSInteropMethods.cs (2)
23WebAssemblyNavigationManager.Instance.SetLocation(uri, state, isInterceptedLink); 32return await WebAssemblyNavigationManager.Instance.HandleLocationChangingAsync(uri, state, isInterceptedLink);