5 overrides of NavigateToCore
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\HttpNavigationManager.cs (1)
12protected 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)
84protected 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)
121NavigateToCore(uri, new NavigationOptions 144NavigateToCore(uri, options); 158=> NavigateToCore(uri, new NavigationOptions { ForceLoad = forceLoad });