Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Constructors
Declaration
public PagerModel(long totalCount, int shownItemsCount, int currentPage, int pageSize, string pageUrl, string? sort = null)
Parameters
Properties
Declaration
public int CurrentPage { get; set; }
Property Value
Declaration
public int NextPage { get; set; }
Property Value
Declaration
public int PageSize { get; set; }
Property Value
Declaration
public string PageUrl { get; set; }
Property Value
Declaration
public List<PageItem> Pages { get; set; }
Property Value
Declaration
public int PreviousPage { get; set; }
Property Value
Declaration
public int ShowingFrom { get; set; }
Property Value
Declaration
public int ShowingTo { get; set; }
Property Value
Declaration
public int ShownItemsCount { get; }
Property Value
Declaration
public string? Sort { get; set; }
Property Value
Declaration
public long TotalItemsCount { get; set; }
Property Value
Declaration
public int TotalPageCount { get; set; }
Property Value
Extension Methods