Constructor Navigator
Navigator(ContentControl, Action<NavigatorBuilder>)
Initializes a new instance of the Navigator class with the specified root content control and mappings provided in the build action.
Declaration
public Navigator(ContentControl rootContentControl, Action<NavigatorBuilder> buildAction)
Parameters
Type | Name | Description |
---|---|---|
ContentControl | rootContentControl | |
Action<NavigatorBuilder> | buildAction |
Navigator(Panel, Action<NavigatorBuilder>)
Initializes a new instance of the Navigator class with the specified root panel and mappings provided in the build action.
Declaration
public Navigator(Panel rootPanel, Action<NavigatorBuilder> buildAction)
Parameters
Type | Name | Description |
---|---|---|
Panel | rootPanel | |
Action<NavigatorBuilder> | buildAction |
Navigator(IViewNavigator, Action<NavigatorBuilder>)
Initializes a new instance of the Navigator class with the specified root view navigator and mappings provided in the build action.
Declaration
public Navigator(IViewNavigator rootViewNavigator, Action<NavigatorBuilder> buildAction)
Parameters
Type | Name | Description |
---|---|---|
IViewNavigator | rootViewNavigator | |
Action<NavigatorBuilder> | buildAction |