 | INavigator.NavigateAsync Method (Type) |
Causes the window or page to load content represented by the specified
IViewModel.
Namespace:
Cauldron.XAML.Navigation
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
SyntaxParameters
- viewModelType
- Type: System.Type
The type of the viewmodel to construct
Return Value
Type:
Task<Boolean>true if the navigation attempt was successful; otherwise, false
See Also