Interface IConcreteChildRoutePart<TParentViewModel>
Represents a child route part, either with no parameters or with all its parameters resolved.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IConcreteChildRoutePart<TParentViewModel> : IConcreteRoutePart, IEquatable<IConcreteRoutePart> where TParentViewModel : class
Type Parameters
| Name | Description |
|---|---|
| TParentViewModel |