![]() | NavigationFrameNavigate 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.
|
![]() | NavigateTViewModel(Object, FuncTask) |
Create a new ContentDialog or Flyout with the view defined by
the view model, depending on the views definition.
|
![]() | NavigateTViewModel, TResult(Object, FuncTResult, 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.
|