C# Class Shaml.Web.HtmlHelpers.PaginationData

ファイルを表示 Open project: sztupy/shaml Class Usage Examples

Public Methods

Method Description
FillPageData ( HtmlHelper helper ) : void
PaginationData ( int page, int pageSize, long maxResults ) : System
Render ( HtmlHelper helper ) : string

Method Details

FillPageData() public method

public FillPageData ( HtmlHelper helper ) : void
helper HtmlHelper
return void

PaginationData() public method

public PaginationData ( int page, int pageSize, long maxResults ) : System
page int
pageSize int
maxResults long
return System

Render() public abstract method

public abstract Render ( HtmlHelper helper ) : string
helper HtmlHelper
return string