Click or drag to resize

NavigationFrameNavigate 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 methodNavigateTViewModel(Object, FuncTask)
Create a new ContentDialog or Flyout with the view defined by the view model, depending on the views definition.
Public methodNavigateTViewModel, TResult(Object, FuncTResult, 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