Click or drag to resize

INavigatorNavigateAsync Method

Overload List
  NameDescription
Public methodNavigateAsyncT
Causes the window or page to load content represented by the specified IViewModel.
Public methodNavigateAsyncT(FuncTask)
Create a new popup with the view defined by the view model, depending on the views definition.
Public methodNavigateAsyncT, TResult(FuncTResult, Task)
Create a new popup with the view defined by the view model, depending on the views definition.
Public methodNavigateAsyncT(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.
Public methodNavigateAsync(Type)
Causes the window or page to load content represented by the specified IViewModel.
Public methodNavigateAsyncT(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.
Public methodNavigateAsyncT, 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.
Public methodNavigateAsync(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.
Top
See Also