IRequestSizeLimitMetadata Interface

Definition

Interface marking attributes that specify the maximum allowed size of the request body.

public interface IRequestSizeLimitMetadata
type IRequestSizeLimitMetadata = interface
Public Interface IRequestSizeLimitMetadata
Derived

Properties

MaxRequestBodySize

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

Applies to