NavigationMode Enumeration
Specifies the type of navigation that is taking place NavigationMode is used by the NavigationMode property.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Back | Navigating back to the most recent content in back navigation history. This occurs when the GoBack method is called. | |
| Forward | Navigating to the most recent content on forward navigation history. This occurs when the GoForward method is called. | |
| New | Navigating to new content. This occurs when the Navigate method is called, or when Source property is set. | |
| Refresh | Reloading the current content. This occurs when the Refresh method is called. |
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
NavigationService.Navigate
NavigationWindow.Navigate
Frame.Navigate
NavigationService.Source
NavigationWindow.Source
Frame.Source
NavigationService.GoBack
NavigationWindow.GoBack
Frame.GoBack
NavigationService.GoForward
NavigationWindow.GoForward
Frame.GoForward
NavigationService.Refresh
NavigationWindow.Refresh
Frame.Refresh
System.Windows.Navigation Namespace