![]() | NavigationFrame.Navigate Method |
Name | Description | |
---|---|---|
![]() | Navigate(Type) |
Causes the NavigationFrame to load content represented by the specified
IViewModel, also passing a parameter to be used to construct the view model.
|
![]() | Navigate<TViewModel>(Object[], Func<Task>) |
Create a new ContentDialog or Flyout with the view defined by
the view model, depending on the views definition.
|
![]() | Navigate<TViewModel, TResult>(Object[], Func<TResult, Task>) |
Create a new ContentDialog or Flyout with the view defined by
the view model, depending on the views definition.
|
![]() | Navigate(Type,Object[]) |
Causes the NavigationFrame to load content represented by the specified
IViewModel, also passing a parameter to be used to construct the view model.
|