Table of Contents

Interface IRouterRegistration

Namespace
Artemis.UI.Shared.Routing
Assembly
Artemis.UI.Shared.dll

Represents a registration for a route.

public interface IRouterRegistration

Properties

Children

Gets or sets the child registrations of this route.

List<IRouterRegistration> Children { get; set; }

Property Value

List<IRouterRegistration>

Route

Gets the route associated with this registration.

Route Route { get; }

Property Value

Route

ViewModel

Gets the type of the view model associated with the route.

Type ViewModel { get; }

Property Value

Type