C# Class BlogEngine.Core.Web.Navigation.Pager

Generic pager contains all numeric values required to render pager control
Inheritance: IPager
Show file Open project: rasmuskl/ReSharperCourse

Private Properties

Property Type Description
IPager string
RenderPage string

Public Methods

Method Description
Pager ( int page, int pageSize, int listCount ) : System

Pager constructor

Private Methods

Method Description
IPager ( int page, string callback ) : string

Renders pager tag as string

RenderPage ( int page, string callback ) : string

Method Details

Pager() public method

Pager constructor
public Pager ( int page, int pageSize, int listCount ) : System
page int Page #
pageSize int Page size (number of items per page)
listCount int Number of items in the list
return System