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