다음을 통해 공유


UrlMatchingNode.Matches 속성

정의

이 노드와 연결된 일치하는 경로 항목의 목록을 가져옵니다.

public:
 property System::Collections::Generic::List<Microsoft::AspNetCore::Routing::Tree::InboundMatch ^> ^ Matches { System::Collections::Generic::List<Microsoft::AspNetCore::Routing::Tree::InboundMatch ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.AspNetCore.Routing.Tree.InboundMatch> Matches { get; }
member this.Matches : System.Collections.Generic.List<Microsoft.AspNetCore.Routing.Tree.InboundMatch>
Public ReadOnly Property Matches As List(Of InboundMatch)

속성 값

설명

이러한 항목은 우선 순위와 템플릿을 기준으로 정렬됩니다.

적용 대상