FormOptions.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:
 property int MultipartHeadersCountLimit { int get(); void set(int value); };
public int MultipartHeadersCountLimit { get; set; }
member this.MultipartHeadersCountLimit : int with get, set
Public Property MultipartHeadersCountLimit As Integer

Property Value

Applies to