Constructor PaginationAttribute
PaginationAttribute(params int[])
Constructs a new instance of PaginationAttribute with the specified pagination sizes.
Declaration
public PaginationAttribute(params int[] sizes)
Parameters
| Type | Name | Description |
|---|---|---|
| int[] | sizes | The number of elements to be displayed when using pagination. |