HttpCapabilitiesBase.MaximumRenderedPageSize Propriedade

Definição

Obtém o tamanho máximo da página, em bytes, que o navegador pode exibir.Gets the maximum length of the page, in bytes, which the browser can display.

public:
 virtual property int MaximumRenderedPageSize { int get(); };
public virtual int MaximumRenderedPageSize { get; }
member this.MaximumRenderedPageSize : int
Public Overridable ReadOnly Property MaximumRenderedPageSize As Integer

Valor da propriedade

Int32

O tamanho máximo da página, em bytes, que o navegador pode exibir.The maximum length of the page, in bytes, which the browser can display. O padrão é 2000.The default is 2000.

Comentários

O processamento por um gateway intermediário pode alterar o número de bytes que chegam ao navegador.Processing by an intermediate gateway can change the number of bytes that reach the browser. ASP.NET não impõe esse limite para o tamanho da página.ASP.NET does not enforce this limit on page size.

MaximumRenderedPageSize é útil principalmente ao trabalhar com navegadores de cliente móvel.MaximumRenderedPageSize is primarily useful when working with mobile-client browsers.

Aplica-se a