5 writes to ForceLoad
Microsoft.AspNetCore.Components (2)
NavigationManager.cs (2)
142ForceLoad = forceLoad, 236=> NavigateToCore(uri, new NavigationOptions { ForceLoad = forceLoad });
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
RemoteAuthenticatorViewCore.cs (3)
24new() { ReplaceHistoryEntry = true, ForceLoad = false }; 408ForceLoad = true, 413Navigation.NavigateTo(Navigation.ToAbsoluteUri(ApplicationPaths.RemoteProfilePath).AbsoluteUri, new NavigationOptions { ReplaceHistoryEntry = true, ForceLoad = true });
1 reference to ForceLoad
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
223=> RequestingNavigation(logger, uri, options.ForceLoad, options.ReplaceHistoryEntry);