다음을 통해 공유


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의 경로와 연결된 순서입니다.

적용 대상