다음을 통해 공유


PageResult(Uri, Nullable<Int64>) 생성자

정의

PageResult 클래스의 새 인스턴스를 초기화합니다.

protected PageResult (Uri nextPageLink, long? count);
new Microsoft.AspNet.OData.PageResult : Uri * Nullable<int64> -> Microsoft.AspNet.OData.PageResult
Protected Sub New (nextPageLink As Uri, count As Nullable(Of Long))

매개 변수

nextPageLink
Uri

피드의 다음 항목 페이지에 대한 링크입니다.

count
Nullable<Int64>

피드에 있는 총 항목 개수입니다.

적용 대상