PagesSection.Buffer Property
.NET Framework 3.0
Gets or sets a value that specifies whether .aspx pages and .ascx controls use response buffering.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_Buffer () /** @property */ public void set_Buffer (boolean value)
public function get Buffer () : boolean public function set Buffer (value : boolean)
Not applicable.