A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class Pager

Inheritance
System.Object
Pager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Web.Mvc.Html
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class Pager

Constructors

Pager()

Declaration
public Pager()

Properties

CurrentPageIndex

Declaration
public int CurrentPageIndex { get; set; }
Property Value
Type Description
System.Int32

PageSize

Declaration
public int PageSize { get; set; }
Property Value
Type Description
System.Int32

SkipCount

Declaration
public int SkipCount { get; }
Property Value
Type Description
System.Int32

TotalItemsCount

Declaration
public int TotalItemsCount { get; set; }
Property Value
Type Description
System.Int32

TotalPageCount

Declaration
public int TotalPageCount { get; }
Property Value
Type Description
System.Int32

VisiblePages

Declaration
public IEnumerable<PagerPosition> VisiblePages { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<PagerPosition>

Extension Methods