Compartir a través de


RequestFormLimitsAttribute.ValueLengthLimit Propiedad

Definición

Límite de la longitud de los valores de formulario individuales. Los formularios que contienen valores que superan este límite producirán una InvalidDataException excepción cuando se analicen.

public:
 property int ValueLengthLimit { int get(); void set(int value); };
public int ValueLengthLimit { get; set; }
member this.ValueLengthLimit : int with get, set
Public Property ValueLengthLimit As Integer

Valor de propiedad

Se aplica a