Click or drag to resize

NavigationFrameGoForward Method (NavigationType)

Gets a collection of PageStackEntry instances representing the forward navigation history of the Frame.

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

Parameters

navigationType
Type: Cauldron.XAML.NavigationNavigationType
The type of navigation attempt

Return Value

Type: TaskBoolean
true if the navigation attempt was successful; otherwise, false
See Also