UrlMatchingTree Class

A tree part of a Microsoft.AspNetCore.Routing.Tree.TreeRouter.

Namespace
Microsoft.AspNetCore.Routing.Tree
Assemblies
  • Microsoft.AspNetCore.Routing

Syntax

public class UrlMatchingTree
class Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree

Constructors

UrlMatchingTree(System.Int32)

Initializes a new instance of Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree.

Arguments:order (System.Int32) – The order associated with routes in this Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree.
public UrlMatchingTree(int order)

Properties

Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree.Order

Gets the order of the routes associated with this Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree.

Return type:System.Int32
public int Order { get; }
Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree.Root

Gets the root of the Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree.

Return type:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode
public UrlMatchingNode Root { get; }