Condividi tramite


UrlMatchingNode.Matches Proprietà

Definizione

Ottiene l'elenco delle voci di route corrispondenti associate a questo nodo.

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)

Valore della proprietà

Commenti

Queste voci vengono ordinate in base alla precedenza e quindi al modello.

Si applica a