RouteOptions.ConstraintMap Propiedad

Definición

Obtiene o establece una colección de restricciones en la ruta actual.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Type ^> ^ ConstraintMap { System::Collections::Generic::IDictionary<System::String ^, Type ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, Type ^> ^ value); };
public System.Collections.Generic.IDictionary<string,Type> ConstraintMap { get; set; }
member this.ConstraintMap : System.Collections.Generic.IDictionary<string, Type> with get, set
Public Property ConstraintMap As IDictionary(Of String, Type)

Valor de propiedad

Se aplica a