NavigationOptions Struct

Definition

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.

Applies to