yanxu2021 / GobangGame

0 stars 0 forks source link

Adding pagination #4

Closed yanxu2021 closed 3 years ago

yanxu2021 commented 3 years ago

The Index.cshtml view displays the products in the database on a single page. Add pagination to display 3 games on a page and user can move from page to page to view the overall game result.

yanxu2021 commented 3 years ago

Add a parameter to the Index method in the Home controller.