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 });
3 references to ForceLoad
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
223=> RequestingNavigation(logger, uri, options.ForceLoad, options.ReplaceHistoryEntry);
Microsoft.AspNetCore.Components.Web (2)
_generated\3\WebRendererSerializerContext.NavigationOptions.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Components.NavigationOptions)obj).ForceLoad, 142writer.WriteBoolean(PropName_ForceLoad, ((global::Microsoft.AspNetCore.Components.NavigationOptions)value).ForceLoad);