System.Web.Configuration.PagesSection.Buffer Property

Gets or sets a value that specifies whether .aspx pages and .ascx controls use response buffering.

Syntax

[System.Configuration.ConfigurationProperty("buffer", DefaultValue=true)]
public bool Buffer { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When response buffering is turned on, the page or control output is buffered until after the entire page or control is processed. Do not set PagesSection.Buffer to true if performance is a key consideration.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0