-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Would it be possible to introduce overloads for Paged() that instead of current page use "take" and "skip" (where take is essentialy page size and skip is the number of items to skip)?
I generally find paging built around take and skip more intuitive than currentPage/pageSize.
(optionally)
Also it'd be nice if the PagedResults generic class returned the parameters we sent in (the current page/page size or take/skip).
Both enhancements would allow for less boilerplate code to support paging.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request