HttpCapabilitiesBase::MaximumRenderedPageSize Property
.NET Framework (current version)
Gets the maximum length of the page, in bytes, which the browser can display.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The maximum length of the page, in bytes, which the browser can display. The default is 2000.
Processing by an intermediate gateway can change the number of bytes that reach the browser. ASP.NET does not enforce this limit on page size.
MaximumRenderedPageSize is primarily useful when working with mobile-client browsers.
.NET Framework
Available since 2.0
Available since 2.0
Show: