UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Interface IParameterizedConcreteRoute<TViewModel, TParam>

    Represents a parameterized route with all its parameters resolved.

    Inherited Members
    IConcreteRoutePart.RoutePart
    IConcreteRoutePart.ToString()
    IEquatable<IConcreteRoutePart>.Equals(IConcreteRoutePart)
    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.dll
    Syntax
    public interface IParameterizedConcreteRoute<TViewModel, TParam> : IConcreteRoutePart, IEquatable<IConcreteRoutePart> where TViewModel : IRoutedViewModel<TParam> where TParam : notnull
    Type Parameters
    Name Description
    TViewModel
    TParam

    Properties

    Name Description
    Parameter

    Gets the parameter for the concrete route.

    © Singulink. All rights reserved.