1 write to Instance
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
169WebAssemblyNavigationManager.Instance = new WebAssemblyNavigationManager(baseUri, uri);
6 references to Instance
Microsoft.AspNetCore.Components.WebAssembly (6)
Hosting\WebAssemblyHost.cs (1)
157WebAssemblyNavigationManager.Instance.CreateLogger(loggerFactory);
Hosting\WebAssemblyHostBuilder.cs (2)
175var hostEnvironment = new WebAssemblyHostEnvironment(applicationEnvironment, WebAssemblyNavigationManager.Instance.BaseUri); 300Services.AddSingleton<NavigationManager>(WebAssemblyNavigationManager.Instance);
Infrastructure\JSInteropMethods.cs (3)
22=> WebAssemblyNavigationManager.Instance.SetLocation(uri, null, isInterceptedLink); 30WebAssemblyNavigationManager.Instance.SetLocation(uri, state, isInterceptedLink); 39return await WebAssemblyNavigationManager.Instance.HandleLocationChangingAsync(uri, state, isInterceptedLink);