Share via


NavigationOptions Struct

Definition

Additional options for navigating to another URI.

public readonly struct NavigationOptions
type NavigationOptions = struct
Public Structure NavigationOptions
Inheritance
NavigationOptions

Properties

Name Description
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.

RelativeToCurrentUri

If true, resolves URIs relative to the current URI. If false (default), resolves relative URIs relative to the base URI.

ReplaceHistoryEntry

If true, replaces the currently entry in the history stack. If false, appends the new entry to the history stack.

Applies to