Skip to content

Commit fa22397

Browse files
author
PeterTurcan
committed
nits 1
1 parent d17c147 commit fa22397

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/search/tutorial-csharp-paging.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,9 @@ This variable is a string, which holds "next" if the next page of results should
411411
}
412412
```
413413

414+
>[!Tip]
415+
>If you are running this app on a laptop, rather than a desktop, consider setting the value to 2, rather than 3.
416+
414417
### Add a vertical scroll bar to the view
415418

416419
1. Locate the section of the index.cshtml file that displays the results (it starts with the **@if (Model != null)**).

0 commit comments

Comments
 (0)