HttpResponse.Buffer Property
.NET Framework 3.0
Gets or sets a value indicating whether to buffer output and send it after the entire response is finished processing.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Buffer has been deprecated in favor of BufferOutput and is provided only for compatibility with previous versions of ASP. With ASP.NET, use BufferOutput.
Community Additions
ADD
Show: