Compartir a través de


UrlMatchingNode.Matches Propiedad

Definición

Obtiene la lista de entradas de ruta coincidentes asociadas a este 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)

Valor de propiedad

Comentarios

Estas entradas se ordenan por prioridad y, a continuación, por plantilla.

Se aplica a