Partager via


UrlMatchingNode.Matches Propriété

Définition

Obtient la liste des entrées d’itinéraire correspondantes associées à ce nœud.

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)

Valeur de propriété

Remarques

Ces entrées sont triées par priorité puis par modèle.

S’applique à