Partager via


UrlMatchingNode(Int32) Constructeur

Définition

Initialise une nouvelle instance 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)

Paramètres

length
Int32

Longueur du chemin d’accès à ce nœud dans le UrlMatchingTree.

S’applique à