@namespace Connected.Components @inherits UIComponent @if (ShowFirstButton) {
  • } @if (ShowPreviousButton) {
  • } @foreach (var state in GeneratePagination()) { var currentPage = state; if (currentPage == -1) {
  • ...
  • } else if (currentPage == Selected) {
  • } else {
  • } } @if (ShowNextButton) {
  • } @if (ShowLastButton) {
  • }