Interface IRouterRegistration
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
Route
Gets the route associated with this registration.
Route Route { get; }
Property Value
ViewModel
Gets the type of the view model associated with the route.
Type ViewModel { get; }