Page.Buffer プロパティ

定義

ページ出力をバッファーに格納するかどうかを示す値を設定します。

protected:
 property bool Buffer {  void set(bool value); };
public:
 property bool Buffer { bool get(); void set(bool value); };
protected bool Buffer { set; }
[System.ComponentModel.Browsable(false)]
public bool Buffer { get; set; }
member this.Buffer : bool
[<System.ComponentModel.Browsable(false)>]
member this.Buffer : bool with get, set
Protected Property Buffer As Boolean
Public Property Buffer As Boolean

プロパティ値

true ページ出力がバッファーに格納されている場合。それ以外の場合は false。 既定値は true です。

属性

注釈

ほとんどの場合、コードではこのプロパティを設定しないでください。 .aspx ファイルの Buffer ディレクティブを使用して、true属性をに設定します。 ページが要求されると、動的に生成されたクラスによってプロパティが設定されます。

Note

Buffer プロパティは、BufferOutput プロパティを設定および取得します。

適用対象