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 這個節點的路徑長度。

適用於