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