NavigationMode Enumeration
.NET Framework 3.0
Specifies the type of navigation that is taking place NavigationMode is used by the NavigationMode property.
Namespace: System.Windows.Navigation
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
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
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
| 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. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
System.Windows.Navigation NamespaceNavigationService.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
Community Additions
ADD
Show: