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

屬性值

適用於