Summary
Gets a value indicating whether there is a previous page
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten - Containing Type
- MappedPagedList
<T>
Syntax
public bool HasPreviousPage { get; }
Value
| Type | Description |
|---|---|
| bool | true if this instance has previous page; otherwise, false. |
