UrlMatchingNode.ConstrainedParameters Propiedad

Definición

Obtiene o establece los UrlMatchingNode segmentos de parámetro que representan con restricciones que siguen este segmento en .TreeRouter

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

Valor de propiedad

UrlMatchingNode

Se aplica a