HttpResponse.Buffer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否要緩衝輸出並在整個回應處理完成之後將它送出。
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 。