Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.4.0.991210-pre2" />

.NET API 1,173,616 bytes

 RouteRequestBuilder

public ShellContent Content { get; }

public List<string> GlobalRouteMatches { get; }

public bool IsFullMatch { get; }

public ShellItem Item { get; }

public object LowestChild { get; }

public string NextSegment { get; }

public string PathFull { get; }

public string PathNoImplicit { get; }

public string RemainingPath { get; }

public string[] RemainingSegments { get; }

public ShellSection Section { get; }

public List<string> SegmentsMatched { get; }

public Shell Shell { get; }

public RouteRequestBuilder(string shellSegment, string userSegment, object node, string[] allSegments)

public void AddGlobalRoute(string routeName, string segment)

public void AddMatch(string shellSegment, string userSegment, object node)