Click or drag to resize

NavigatorGoForward Method

Navigates to the most recent item in forward navigation history, if a Frame manages its own navigation history.

Only relevant for UWP and Desktop single page application

Namespace:  Cauldron.XAML.Navigation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public Task<bool> GoForward()

Return Value

Type: TaskBoolean

[Missing <returns> documentation for "M:Cauldron.XAML.Navigation.Navigator.GoForward"]

Implements

INavigatorGoForward
Exceptions
ExceptionCondition
NotImplementedException
See Also