共用方式為


HttpResponse.Buffer 屬性

定義

會接收或設定一個值,指示是否緩衝輸出並在完整回應處理完成後再傳送。

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

屬性值

true如果輸出給用戶端有緩衝;否則,。 false

備註

Buffer 屬性已被棄用,取而代之的是該 BufferOutput 屬性,僅提供與早期版本 ASP 相容性。 ASP.NET 時,使用 BufferOutput

適用於