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