IViewBufferScope.GetPage(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um ViewBufferValue[].
public:
cli::array <Microsoft::AspNetCore::Mvc::ViewFeatures::Buffers::ViewBufferValue> ^ GetPage(int pageSize);
public Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.ViewBufferValue[] GetPage (int pageSize);
abstract member GetPage : int -> Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.ViewBufferValue[]
Public Function GetPage (pageSize As Integer) As ViewBufferValue()
Parâmetros
- pageSize
- Int32
O tamanho mínimo do segmento.
Retornos
O ViewBufferValue[].