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 });
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)
60
Getter = static obj => ((global::Microsoft.AspNetCore.Components.NavigationOptions)obj).
ForceLoad
,
142
writer.WriteBoolean(PropName_ForceLoad, ((global::Microsoft.AspNetCore.Components.NavigationOptions)value).
ForceLoad
);