Partager via


UrlMatchingTree(Int32) Constructeur

Définition

Initialise une nouvelle instance de UrlMatchingTree.

public:
 UrlMatchingTree(int order);
public UrlMatchingTree (int order);
new Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree : int -> Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree
Public Sub New (order As Integer)

Paramètres

order
Int32

Ordre associé aux itinéraires dans ce UrlMatchingTree.

S’applique à