FormOptions.DefaultMultipartBodyLengthLimit Field
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.
Default value for MultipartBodyLengthLimit. Defaults to 134,217,728 bytes, which is approximately 128MB.
public: long DefaultMultipartBodyLengthLimit = 134217728;
public const long DefaultMultipartBodyLengthLimit = 134217728;
val mutable DefaultMultipartBodyLengthLimit : int64
Public Const DefaultMultipartBodyLengthLimit As Long = 134217728