Freigeben über


UrlMatchingNode.Matches Eigenschaft

Definition

Ruft die Liste der übereinstimmenden Routeneinträge ab, die diesem Knoten zugeordnet sind.

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)

Eigenschaftswert

Hinweise

Diese Einträge werden nach Rangfolge und dann nach Vorlage sortiert.

Gilt für: