Page.Buffer Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets a value indicating whether the page output is buffered.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if page output is buffered; otherwise, false. The default is true.
In most circumstances, do not set this property in code. Set the Buffer attribute to true using the directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.
Note |
|---|
The Buffer property sets and gets the BufferOutput property. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
.jpeg?cs-save-lang=1&cs-lang=vb)