Click or drag to resize

NavigatorSinglePageNavigateAsync 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 ContentDialog or Flyout with the view defined by the view model, depending on the views definition.
Public methodNavigateAsyncT, TResult(FuncTResult, Task)
Create a new ContentDialog or Flyout 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)
Handles creation of a new page or window and association of the viewmodel
Public methodNavigateAsyncT(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.
Public methodNavigateAsyncT, 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.
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