共用方式為


UrlMatchingTree(Int32) 建構函式

定義

初始化 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)

參數

order
Int32

與這個 UrlMatchingTree 中的路由相關聯的順序。

適用於