Click or drag to resize
NavigationHelper Properties

The NavigationHelper type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyGoBackCommand
RelayCommand used to bind to the back Button's Command property for navigating to the most recent item in back navigation history, if a Frame manages its own navigation history. The RelayCommand is set up to use the virtual method GoBack as the Execute Action and CanGoBack for CanExecute.
Public propertyGoForwardCommand
RelayCommand used for navigating to the most recent item in the forward navigation history, if a Frame manages its own navigation history. The RelayCommand is set up to use the virtual method GoForward as the Execute Action and CanGoForward for CanExecute.
Top
See Also