Interface IRouterRegistration
Represents a registration for a route.
Namespace: Artemis.UI.Shared.Routing
Assembly: Artemis.UI.Shared.dll
Syntax
public interface IRouterRegistration
Properties
Children
Gets or sets the child registrations of this route.
Declaration
List<IRouterRegistration> Children { get; set; }
Property Value
Type | Description |
---|---|
List<IRouterRegistration> |
Route
Gets the route associated with this registration.
Declaration
Route Route { get; }
Property Value
Type | Description |
---|---|
Route |
ViewModel
Gets the type of the view model associated with the route.
Declaration
Type ViewModel { get; }
Property Value
Type | Description |
---|---|
Type |