RequestSizeLimitAttribute.IRequestSizeLimitMetadata.MaxRequestBodySize Property

Definition

The maximum allowed size of the current request body in bytes.

long? Microsoft.AspNetCore.Http.Metadata.IRequestSizeLimitMetadata.MaxRequestBodySize { get; }
member this.Microsoft.AspNetCore.Http.Metadata.IRequestSizeLimitMetadata.MaxRequestBodySize : Nullable<int64>
 ReadOnly Property MaxRequestBodySize As Nullable(Of Long) Implements IRequestSizeLimitMetadata.MaxRequestBodySize

Property Value

Implements

Applies to