エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
OData pagination with WebApi ( $inlinecount )
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
OData pagination with WebApi ( $inlinecount )
I am using OData to paginate a long list of items returned from a web api call. I can filter the ... I am using OData to paginate a long list of items returned from a web api call. I can filter the data via the url with the start and end index. The question I have is, how do I know the total number of items? So I can display Page 1 of 3 (20 items) on my mobile device which calls the web api.

