Skip to main content

NavigationServiceBase.Navigate Method

Name Parameters Description
Navigate(String, Object, Object, Boolean) viewType, param, parentViewModel, saveToJournal Navigates to a View with specific parameters. Allows you to skip writing an entry about this navigation to the Frame’s Journal.
Navigate(String, Object, Object, Object, Boolean) viewType, viewModel, param, parentViewModel, saveToJournal Performs navigation to the target View.
Navigate(String, Object, Object) viewType, param, parentViewModel Navigates to a View with specific parameters.