次の方法で共有


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)

プロパティ値

注釈

これらのエントリは、優先順位、テンプレート順に並べ替えられます。

適用対象