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