Partilhar via


UrlMatchingNode(Int32) Construtor

Definição

Inicializa uma nova instância de 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)

Parâmetros

length
Int32

O comprimento do caminho para esse nó no UrlMatchingTree.

Aplica-se a