@if (totalCount > 0) {
  • @for (int i = @startPage; i <= endPage; ++i) { var pageNum = i;
  • }
}
@if (showLoading) {
}
@if (!showLoading) { @totalCount records }
@if (totalCount > 0) {
}