FormOptions.MultipartBoundaryLengthLimit Vlastnost

Definice

Omezení délky identifikátoru hranice. Formuláře s hranicemi, které překračují tento limit, vyvolá při InvalidDataException analýze. Výchozí hodnota je 128 bajtů.

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

Hodnota vlastnosti

Int32

Platí pro