MvcOptions.SuppressOutputFormatterBuffering プロパティ

定義

HTTP 応答本文に同期的に書き込む出力フォーマッタに対してバッファリングを無効にするかどうかを決定するフラグを取得または設定します。

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

プロパティ値

適用対象