共用方式為


HttpResponseBase.BufferOutput 屬性

定義

取得或設定值,這個值表示是否要緩衝輸出並在整個頁面處理完成之後將它送出。

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

屬性值

Boolean

如果要緩衝輸出,則為 true,否則為 false

例外狀況

適用於