Compartir a través de


UrlMatchingNode.ConstrainedCatchAlls Propiedad

Definición

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

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

Valor de propiedad

Se aplica a