IFormOptionsMetadata.MultipartHeadersCountLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)