MvcOptions.SuppressInputFormatterBuffering プロパティ

定義

HTTP 要求本文から同期的に読み取られる入力フォーマッタに対してバッファリングを無効にするかどうかを決定する値を取得または設定します。

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

プロパティ値

適用対象