NavigatorNavigateAsync Method |
| Name | Description | |
|---|---|---|
| NavigateAsyncT |
Causes the window or page to load content represented by the specified IViewModel.
| |
| NavigateAsyncT(FuncTask) |
Create a new popup with the view defined by the view model, depending on the views definition.
| |
| NavigateAsyncT, TResult(FuncTResult, Task) |
Create a new popup 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) |
Causes the window or page to load content represented by the specified IViewModel.
| |
| NavigateAsyncT(FuncTask, Object) |
Create a new popup 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 popup 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.
|