3 implementations of IHostEnvironmentNavigationManager
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\HttpNavigationManager.cs (1)
8internal sealed class HttpNavigationManager : NavigationManager, IHostEnvironmentNavigationManager
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
RazorComponentResultTest.cs (1)
511class FakeNavigationManager : NavigationManager, IHostEnvironmentNavigationManager
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
15internal sealed partial class RemoteNavigationManager : NavigationManager, IHostEnvironmentNavigationManager
4 references to IHostEnvironmentNavigationManager
Microsoft.AspNetCore.Components.Endpoints (3)
DependencyInjection\HttpNavigationManager.cs (1)
10void IHostEnvironmentNavigationManager.Initialize(string baseUri, string uri) => Initialize(baseUri, uri);
Rendering\EndpointHtmlRenderer.cs (2)
79var navigationManager = (IHostEnvironmentNavigationManager)httpContext.RequestServices.GetRequiredService<NavigationManager>();
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
ComponentTagHelperTest.cs (1)
81navManager.As<IHostEnvironmentNavigationManager>();