5 writes to ForceLoad
Microsoft.AspNetCore.Components (2)
NavigationManager.cs (2)
142
ForceLoad
= forceLoad,
236
=> NavigateToCore(uri, new NavigationOptions {
ForceLoad
= forceLoad });
Microsoft.AspNetCore.Components.WebAssembly.Authentication (3)
RemoteAuthenticatorViewCore.cs (3)
24
new() { ReplaceHistoryEntry = true,
ForceLoad
= false };
408
ForceLoad
= true,
413
Navigation.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);