Click or drag to resize

NavigationFrameReload Method

Reloads the current view and viewmodel

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> Reload()

Return Value

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