NavigationOptions Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional options for navigating to another URI.
public readonly struct NavigationOptions
type NavigationOptions = struct
Public Structure NavigationOptions
- Inheritance
-
NavigationOptions
Properties
ForceLoad |
If true, bypasses client-side routing and forces the browser to load the new page from the server, whether or not the URI would normally be handled by the client-side router. |
HistoryEntryState |
Gets or sets the state to append to the history entry. |
ReplaceHistoryEntry |
If true, replaces the currently entry in the history stack. If false, appends the new entry to the history stack. |