Compartir a través de


UrlMatchingNode(Int32) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Longitud de la ruta de acceso a este nodo en .UrlMatchingTree

Se aplica a