Share via


UrlMatchingNode.Matches Property

Definition

Gets the list of matching route entries associated with this node.

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)

Property Value

Remarks

These entries are sorted by precedence then template.

Applies to