Constructor TestNavigator
TestNavigator(Action<TestNavigatorBuilder>)
Initializes a new instance of the TestNavigator class using the specified build action to map view models and add routes.
Declaration
public TestNavigator(Action<TestNavigatorBuilder> buildAction)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<TestNavigatorBuilder> | buildAction |