Compartir a través de


UrlMatchingNode.CatchAlls Propiedad

Definición

Obtiene o establece el objeto que UrlMatchingNode representa la captura de todos los segmentos de parámetros que siguen a este segmento en .TreeRouter

public:
 property Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ CatchAlls { Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ get(); void set(Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ value); };
public Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode CatchAlls { get; set; }
member this.CatchAlls : Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode with get, set
Public Property CatchAlls As UrlMatchingNode

Valor de propiedad

Se aplica a