Edit

Share via


NavigationMode Enum

Definition

Specifies the type of navigation that is taking place NavigationMode is used by the NavigationMode property.

public enum class NavigationMode
public enum NavigationMode
type NavigationMode = 
Public Enum NavigationMode
Inheritance
NavigationMode

Fields

Back 1

Navigating back to the most recent content in back navigation history. This occurs when the GoBack method is called.

Forward 2

Navigating to the most recent content on forward navigation history. This occurs when the GoForward method is called.

New 0

Navigating to new content. This occurs when the Navigate method is called, or when Source property is set.

Refresh 3

Reloading the current content. This occurs when the Refresh method is called.

Applies to

See also