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)

屬性值

備註

這些專案會依優先順序排序,然後依範本排序。

適用於