Click or drag to resize

NavigationFrame.Navigate Method

Overload List
  NameDescription
Public methodNavigate(Type)
Causes the NavigationFrame to load content represented by the specified IViewModel, also passing a parameter to be used to construct the view model.
Public methodNavigate<TViewModel>(Object[], Func<Task>)
Create a new ContentDialog or Flyout with the view defined by the view model, depending on the views definition.
Public methodNavigate<TViewModel, TResult>(Object[], Func<TResult, Task>)
Create a new ContentDialog or Flyout with the view defined by the view model, depending on the views definition.
Public methodNavigate(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.
Top
See Also