MvcOptions.SuppressInputFormatterBuffering Property

Definition

Gets or sets a value that determines if buffering is disabled for input formatters that synchronously read from the HTTP request body.

public:
 property bool SuppressInputFormatterBuffering { bool get(); void set(bool value); };
public bool SuppressInputFormatterBuffering { get; set; }
member this.SuppressInputFormatterBuffering : bool with get, set
Public Property SuppressInputFormatterBuffering As Boolean

Property Value

Applies to