C# Class Sakura.AspNetCore.Mvc.Internal.PagerList

Represent as a pager.
Datei anzeigen Open project: sgjsakura/AspNetCore Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PagerList ( [ items ) : System

Initialize a new pager.

Method Details

PagerList() public method

Initialize a new pager.
public PagerList ( [ items ) : System
items [ All items included in the pager.
return System