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

Search Results for

    Class NavigatorRoute

    Represents a full concrete route.

    Inheritance
    object
    NavigatorRoute
    Namespace: Singulink.UI.Navigation
    Assembly: Singulink.UI.Navigation.dll
    Syntax
    public sealed class NavigatorRoute
    Remarks

    Routes obtained from the navigator (e.g. CurrentRoute or the navigation stacks) are live views of the navigator's route entries: their parts and anchor reflect any subsequent in-place updates made with UpdateCurrentRoute(string?) and its overloads. Use ToString() to capture a snapshot of the route at a point in time.

    Properties

    Name Description
    Anchor

    Gets the anchor for the route, or null if no anchor is set.

    IsEmpty

    Gets a value indicating whether the route is empty (i.e. has no route parts). This property can be used to determine whether the navigator has navigated to any route yet, since the navigator always starts with an empty route until the first navigation occurs.

    Parts

    Gets the concrete route parts that make up the route.

    Path

    Gets the path string that represents the route, without any query string or anchor.

    Methods

    Name Description
    ToString()

    Returns a string representation of the route, including the query string (from the leaf route part) and anchor.

    © Singulink. All rights reserved.