Constructor Navigator
Navigator(ContentControl, Action<NavigatorBuilder>)
Initializes a new instance of the Navigator class with the specified content control for displaying the active view and navigator build action.
Declaration
public Navigator(ContentControl contentControl, Action<NavigatorBuilder> buildAction)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentControl | contentControl | |
| Action<NavigatorBuilder> | buildAction |
Navigator(ViewNavigator, Action<NavigatorBuilder>)
Initializes a new instance of the Navigator class with the specified root view navigator and navigator build action.
Declaration
public Navigator(ViewNavigator viewNavigator, Action<NavigatorBuilder> buildAction)
Parameters
| Type | Name | Description |
|---|---|---|
| ViewNavigator | viewNavigator | |
| Action<NavigatorBuilder> | buildAction |