HttpCapabilitiesBase.MaximumRenderedPageSize Property
.NET Framework 3.0
Gets the maximum length of the page, in bytes, which the browser can display.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overridable ReadOnly Property MaximumRenderedPageSize As Integer 'Usage Dim instance As HttpCapabilitiesBase Dim value As Integer value = instance.MaximumRenderedPageSize
/** @property */ public int get_MaximumRenderedPageSize ()
public function get MaximumRenderedPageSize () : int
Not applicable.
Property Value
The maximum length of the page, in bytes, which the browser can display. The default is 2000.Community Additions
ADD
Show: