IViewBufferScope.GetPage(Int32) 方法

定義

取得 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()

參數

pageSize
Int32

區段的大小下限。

傳回

ViewBufferValue[]

適用於