Windows.UI.Xaml.Navigation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides types that support navigation events as initiated by the Page and Frame classes.
For navigation guidelines for UWP apps, see navigation design basics.
Classes
FrameNavigationOptions |
Represents options for a frame navigation, including whether it is recorded in the navigation stack and what transition animation is used. |
NavigatingCancelEventArgs |
Provides data for the OnNavigatingFrom callback that can be used to cancel a navigation request from origination. |
NavigationEventArgs |
Provides data for navigation methods and event handlers that cannot cancel the navigation request. |
NavigationFailedEventArgs |
Provides event data for the WebView.NavigationFailed and Frame.NavigationFailed events. |
PageStackEntry |
Represents an entry in the BackStack or ForwardStack of a Frame. |
Enums
NavigationCacheMode |
Specifies caching characteristics for a page involved in a navigation. |
NavigationMode |
Specifies the navigation stack characteristics of a navigation. |
Delegates
LoadCompletedEventHandler |
Represents the method that will handle the LoadCompleted event. Important LoadCompleted may be altered or unavailable for releases after Windows 8.1. Instead, use NavigationCompleted. |
NavigatedEventHandler |
Represents the method that will handle the Navigated event. |
NavigatingCancelEventHandler |
Represents the method to use as the OnNavigatingFrom callback override. |
NavigationFailedEventHandler |
Represents a method that will handle the WebView.NavigationFailed and Frame.NavigationFailed events. |
NavigationStoppedEventHandler |
Provides event data for the NavigationStopped event. |