Interface ISubNavigatorFactory
Manage relative navigation within ViewModel
Namespace: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public interface ISubNavigatorFactory : ISubNavigator
Methods
| Improve this Doc View SourceCreate(String)
Create a ISubNavigator corresponding to a sub path and set ChildName to the corresponding relativePath.
Declaration
ISubNavigator Create(string relativePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | relativePath |
Returns
Type | Description |
---|---|
ISubNavigator | The created nested viewModel |