Freigeben über


UrlMatchingNode(Int32) Konstruktor

Definition

Initialisiert eine neue Instanz von 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)

Parameter

length
Int32

Die Länge des Pfads zu diesem Knoten im UrlMatchingTree.

Gilt für: