Click or drag to resize

NavigatorGoBack Method

Navigates to the most recent item in back 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> GoBack()

Return Value

Type: TaskBoolean

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

Implements

INavigatorGoBack
Exceptions
ExceptionCondition
NotImplementedException
See Also