Compartir a través de


FormOptions.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. El valor predeterminado es 4.194.304 bytes, que es de aproximadamente 4 MB.

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