RequestFormLimitsAttribute.MultipartBodyLengthLimit 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 length of each multipart body. Forms sections that exceed this limit will throw an InvalidDataException when parsed.
public:
property long MultipartBodyLengthLimit { long get(); void set(long value); };
public long MultipartBodyLengthLimit { get; set; }
member this.MultipartBodyLengthLimit : int64 with get, set
Public Property MultipartBodyLengthLimit As Long