IPage<T> 介面

定義

定義 Azure 回應中的頁面介面。

public interface IPage<T> : System.Collections.Generic.IEnumerable<T>
type IPage<'T> = interface
    interface seq<'T>
    interface IEnumerable
Public Interface IPage(Of T)
Implements IEnumerable(Of T)

類型參數

T

頁面內容專案的類型

衍生
實作

屬性

NextPageLink

取得下一頁的連結。

擴充方法

AsContinuousCollection<T>(IPage<T>, Func<String,IPage<T>>)

定義 Azure 回應中的頁面介面。

ToCommaSeparatedString<T>(IEnumerable<T>)

將集合的專案轉換成字串,並將其串連成逗號分隔清單,或針對 Null 或空白集合傳回 null。

適用於