HttpBrowserCapabilitiesWrapper::MaximumRenderedPageSize Property

 

Gets the maximum length of the page, in bytes, that the browser can display.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int MaximumRenderedPageSize {
	virtual int get() override;
}

Property Value

Type: System::Int32

The maximum length of the page, in bytes, that the browser can display. The default is 2000.

.NET Framework
Available since 3.5
Return to top
Show: