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

屬性值

true 如果輸出有緩衝;否則 false

例外狀況

適用於