2 writes to ForceLoad
Microsoft.AspNetCore.Components (2)
NavigationManager.cs (2)
142ForceLoad = forceLoad, 236=> NavigateToCore(uri, new NavigationOptions { ForceLoad = forceLoad });
2 references to ForceLoad
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteNavigationManager.cs (1)
223=> RequestingNavigation(logger, uri, options.ForceLoad, options.ReplaceHistoryEntry);
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyNavigationManager.cs (1)
69NavigationManagerInterop.NavigateTo(uri, options.ForceLoad, options.ReplaceHistoryEntry, options.HistoryEntryState);