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

Search Results for

    Class RootRoutePart<TViewModel, TParam>

    Represents a parameterized root route part.

    Inheritance
    object
    RoutePart
    RoutePart<TViewModel, TParam>
    RootRoutePart<TViewModel, TParam>
    Inherited Members
    RoutePart.ViewModelType
    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.dll
    Syntax
    public class RootRoutePart<TViewModel, TParam> : RoutePart<TViewModel, TParam> where TViewModel : class, IRoutedViewModel<TParam> where TParam : notnull
    Type Parameters
    Name Description
    TViewModel
    TParam

    Methods

    Name Description
    ToConcrete(TParam)

    Gets a concrete route using the specified parameter (or parameters tuple, if there are multiple parameters).

    © Singulink. All rights reserved.