1 write to Instance
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
179WebAssemblyNavigationManager.Instance = new WebAssemblyNavigationManager(baseUri, uri);
6 references to Instance
Microsoft.AspNetCore.Components.WebAssembly (6)
Hosting\WebAssemblyHost.cs (1)
149WebAssemblyNavigationManager.Instance.CreateLogger(loggerFactory);
Hosting\WebAssemblyHostBuilder.cs (2)
185var hostEnvironment = new WebAssemblyHostEnvironment(applicationEnvironment, WebAssemblyNavigationManager.Instance.BaseUri); 321Services.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);