5 overrides of NavigateToCore
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\HttpNavigationManager.cs (1)
27protected override void NavigateToCore(string uri, NavigationOptions options)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
RazorComponentResultTest.cs (1)
516protected override void NavigateToCore(string uri, NavigationOptions options)
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
103protected override void NavigateToCore(string uri, NavigationOptions options)
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyNavigationManager.cs (1)
53protected override void NavigateToCore(string uri, NavigationOptions options)
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewNavigationManager.cs (1)
59protected override void NavigateToCore(string uri, NavigationOptions options)
3 references to NavigateToCore
Microsoft.AspNetCore.Components (3)
NavigationManager.cs (3)
142NavigateToCore(uri, new NavigationOptions 165NavigateToCore(uri, options); 179=> NavigateToCore(uri, new NavigationOptions { ForceLoad = forceLoad });