次の方法で共有


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長さ。

適用対象