HtmlForgeX

API Reference

Class

BodyExtensions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Extension methods for adding Tabler UI components to Body elements

Inheritance

  • Object
  • BodyExtensions

Methods

Breadcrumb 2 overloads
public static TablerBreadcrumb Breadcrumb(Body body, Action<TablerBreadcrumb> configure) #
Returns: TablerBreadcrumb

Adds a Tabler breadcrumb to the body with fluent configuration

Parameters

body HtmlForgeX.Body requiredposition: 0
configure System.Action{HtmlForgeX.TablerBreadcrumb} requiredposition: 1
public static TablerBreadcrumb Breadcrumb(Body body) #
Returns: TablerBreadcrumb

Adds a Tabler breadcrumb to the body

Parameters

body HtmlForgeX.Body requiredposition: 0
Button 2 overloads
public static TablerButton Button(Body body, String text, TablerButtonVariant variant = Primary) #
Returns: TablerButton

Adds a Tabler button to the body with fluent configuration

Parameters

body HtmlForgeX.Body requiredposition: 0
text System.String requiredposition: 1
configure System.Action{HtmlForgeX.TablerButton} = Primary optionalposition: 2
Button(HtmlForgeX.Body body, System.String text, HtmlForgeX.TablerButtonVariant variant) #

Adds a Tabler button to the body

Parameters

body HtmlForgeX.Body required
text System.String required
variant HtmlForgeX.TablerButtonVariant required
Dropdown 2 overloads
public static TablerDropdown Dropdown(Body body, String text, Action<TablerDropdown> configure) #
Returns: TablerDropdown

Adds a Tabler dropdown to the body with fluent configuration

Parameters

body HtmlForgeX.Body requiredposition: 0
text System.String requiredposition: 1
configure System.Action{HtmlForgeX.TablerDropdown} requiredposition: 2
public static TablerDropdown Dropdown(Body body, String text) #
Returns: TablerDropdown

Adds a Tabler dropdown to the body

Parameters

body HtmlForgeX.Body requiredposition: 0
text System.String requiredposition: 1
Footer 2 overloads
Header 2 overloads
public static TablerHeader Header(Body body, Action<TablerHeader> configure) #
Returns: TablerHeader

Adds a Tabler header to the body with fluent configuration

Parameters

body HtmlForgeX.Body requiredposition: 0
configure System.Action{HtmlForgeX.TablerHeader} requiredposition: 1
public static TablerHeader Header(Body body) #
Returns: TablerHeader

Adds a Tabler header to the body

Parameters

body HtmlForgeX.Body requiredposition: 0
public static TablerButton LinkButton(Body body, String text, String href, TablerButtonVariant variant = Primary) #
Returns: TablerButton

Adds a Tabler link button to the body

Parameters

body HtmlForgeX.Body requiredposition: 0
text System.String requiredposition: 1
href System.String requiredposition: 2
variant HtmlForgeX.TablerButtonVariant = Primary optionalposition: 3
Pagination 2 overloads
public static TablerPagination Pagination(Body body, Action<TablerPagination> configure) #
Returns: TablerPagination

Adds a Tabler pagination to the body with fluent configuration

Parameters

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

Adds a Tabler pagination to the body

Parameters

body HtmlForgeX.Body requiredposition: 0
Sidebar 2 overloads
public static TablerSidebar Sidebar(Body body, Action<TablerSidebar> configure) #
Returns: TablerSidebar

Adds a Tabler sidebar to the body with fluent configuration

Parameters

body HtmlForgeX.Body requiredposition: 0
configure System.Action{HtmlForgeX.TablerSidebar} requiredposition: 1
public static TablerSidebar Sidebar(Body body) #
Returns: TablerSidebar

Adds a Tabler sidebar to the body

Parameters

body HtmlForgeX.Body requiredposition: 0