UrlMatchingTree(Int32) Constructor

Definition

Initializes a new instance of UrlMatchingTree.

public:
 UrlMatchingTree(int order);
public UrlMatchingTree (int order);
new Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree : int -> Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree
Public Sub New (order As Integer)

Parameters

order
Int32

The order associated with routes in this UrlMatchingTree.

Applies to