Share via


IFormOptionsMetadata.MultipartHeadersCountLimit Property

Definition

A limit for the number of headers to allow in each multipart section. Headers with the same name will be combined. Form sections that exceed this limit will throw an InvalidDataException when parsed. Defaults to 16.

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

Property Value

Applies to