FormOptions.MultipartBoundaryLengthLimit Property

Definition

A limit for the length of the boundary identifier. Forms with boundaries that exceed this limit will throw an InvalidDataException when parsed. Defaults to 128 bytes.

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

Property Value

Applies to