UrlMatchingNode(Int32) Constructor

Definition

Initializes a new instance of UrlMatchingNode.

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

Parameters

length
Int32

The length of the path to this node in the UrlMatchingTree.

Applies to