Method GetNavigator
GetNavigator(IDialogViewModel)
Returns the dialog navigator associated with the specified view model.
Declaration
public static IDialogNavigator? GetNavigator(IDialogViewModel viewModel)
Parameters
| Type | Name | Description |
|---|---|---|
| IDialogViewModel | viewModel |
Returns
| Type | Description |
|---|---|
| IDialogNavigator |
GetNavigator(IRoutedViewModelBase)
Returns the navigator associated with the specified view model.
Declaration
public static INavigator? GetNavigator(IRoutedViewModelBase viewModel)
Parameters
| Type | Name | Description |
|---|---|---|
| IRoutedViewModelBase | viewModel |
Returns
| Type | Description |
|---|---|
| INavigator |