Share via


IFormOptionsMetadata.BufferBody Property

Definition

Enables full request body buffering. Use this if multiple components need to read the raw stream. Defaults to false.

public bool? BufferBody { get; }
member this.BufferBody : Nullable<bool>
Public ReadOnly Property BufferBody As Nullable(Of Boolean)

Property Value

Applies to