Summary
Only outputs a specific number of pages.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Control - Containing Type
- Paginate
Syntax
public Paginate TakePages(int count)
Parameters
Name | Type | Description |
---|---|---|
count | int | The number of pages to output. |
Return Value
Type | Description |
---|---|
Paginate | The current module instance. |