NavigatorSinglePageNavigateAsync Method |
Name | Description | |
---|---|---|
NavigateAsyncT |
Causes the window or page to load content represented by the specified IViewModel.
| |
NavigateAsyncT(FuncTask) |
Create a new ContentDialog or Flyout with the view defined by the view model, depending on the views definition.
| |
NavigateAsyncT, TResult(FuncTResult, Task) |
Create a new ContentDialog or Flyout with the view defined by the view model, depending on the views definition.
| |
NavigateAsyncT(Object) |
Causes the window or page to load content represented by the specified IViewModel, also passing a parameter to be used to construct the view model.
| |
NavigateAsync(Type) |
Handles creation of a new page or window and association of the viewmodel
| |
NavigateAsyncT(FuncTask, Object) |
Create a new ContentDialog or Flyout with the view defined by the view model, depending on the views definition, also passing a parameter to be used to construct the view model.
| |
NavigateAsyncT, TResult(FuncTResult, Task, Object) |
Create a new ContentDialog or Flyout with the view defined by the view model, depending on the views definition, also passing a parameter to be used to construct the view model.
| |
NavigateAsync(Type, Object) |
Causes the window or page to load content represented by the specified IViewModel, also passing a parameter to be used to construct the view model.
|