HtmlForgeX

API Reference

Class

ElementPaginationExtensions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Extension methods for adding pagination to elements

Inheritance

  • Object
  • ElementPaginationExtensions

Methods

Pagination 2 overloads
public static TablerPagination Pagination(Element element, Action<TablerPagination> configure) #
Returns: TablerPagination

Adds a Tabler pagination to the element with fluent configuration

Parameters

element HtmlForgeX.Element requiredposition: 0
configure System.Action{HtmlForgeX.TablerPagination} requiredposition: 1
public static TablerPagination Pagination(Element element) #
Returns: TablerPagination

Adds a Tabler pagination to the element

Parameters

element HtmlForgeX.Element requiredposition: 0