PagesSection.Buffer Property
.NET Framework (current version)
Gets or sets a value that specifies whether .aspx pages and .ascx controls use response buffering.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("buffer", DefaultValue = true)>] member Buffer : bool with get, set
Property Value
Type: System.Booleantrue if .aspx pages and .ascx controls use response buffering; otherwise, false. The default is true.
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 Buffer to true if performance is a key consideration.
.NET Framework
Available since 2.0
Available since 2.0
Show: