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

適用於