Enum NavigationMode
Specifies the type of navigation that is occurring.
Namespace: System.Windows.Navigation
Assembly: OpenSilver.dll
Syntax
public enum NavigationMode : byte
Fields
| Name | Description |
|---|---|
| Back | Navigating back in history. |
| Forward | Navigating forward in history. |
| New | New navigation. |
| Refresh | Reloading the current content. |