IViewBufferScope.GetPage(Int32) Method

Definition

Gets a 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()

Parameters

pageSize
Int32

The minimum size of the segment.

Returns

The ViewBufferValue[].

Applies to