2 references to HttpNavigationManager
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
60services.TryAddScoped<NavigationManager, HttpNavigationManager>();
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
1848services.AddSingleton<NavigationManager, HttpNavigationManager>();