UrlMatchingNode.Matches Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.