C# 클래스 MvcPaging.Pager

파일 보기 프로젝트 열기: martijnboland/MvcPaging

보호된 프로퍼티들

프로퍼티 타입 설명
pagerOptions PagerOptions

공개 메소드들

메소드 설명
BuildPaginationModel ( string>.Func generateUrl ) : PaginationModel
Options ( Action buildOptions ) : Pager
Pager ( HtmlHelper htmlHelper, int pageSize, int currentPage, int totalItemCount ) : System
ToHtmlString ( ) : string

보호된 메소드들

메소드 설명
GeneratePageUrl ( int pageNumber ) : string

메소드 상세

BuildPaginationModel() 공개 메소드

public BuildPaginationModel ( string>.Func generateUrl ) : PaginationModel
generateUrl string>.Func
리턴 PaginationModel

GeneratePageUrl() 보호된 메소드

protected GeneratePageUrl ( int pageNumber ) : string
pageNumber int
리턴 string

Options() 공개 메소드

public Options ( Action buildOptions ) : Pager
buildOptions Action
리턴 Pager

Pager() 공개 메소드

public Pager ( HtmlHelper htmlHelper, int pageSize, int currentPage, int totalItemCount ) : System
htmlHelper HtmlHelper
pageSize int
currentPage int
totalItemCount int
리턴 System

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string

프로퍼티 상세

pagerOptions 보호되어 있는 프로퍼티

protected PagerOptions pagerOptions
리턴 PagerOptions