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

속성 값

Boolean

페이지 출력이 버퍼링되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

설명

대부분의 경우 코드에서 이 속성을 설정하지 마세요. Buffer.aspx 파일에서 @ Page 지시문을 사용하도록 특성을 true 설정합니다. 페이지가 요청되면 동적으로 생성된 클래스가 속성을 설정합니다.

참고

속성은 Buffer 속성을 설정하고 가져옵니다 BufferOutput .

적용 대상