Share via


IFormOptionsMetadata.MultipartHeadersLengthLimit Property

Definition

A limit for the total length of the header keys and values in each multipart section. Form sections that exceed this limit will throw an InvalidDataException when parsed. Defaults to 16,384 bytes, which is approximately 16KB.

public int? MultipartHeadersLengthLimit { get; }
member this.MultipartHeadersLengthLimit : Nullable<int>
Public ReadOnly Property MultipartHeadersLengthLimit As Nullable(Of Integer)

Property Value

Applies to