UrlMatchingNode(Int32) 构造函数

定义

初始化 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)

参数

length
Int32

中此节点 UrlMatchingTree的路径长度。

适用于