API Reference
Class
BodyExtensions
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:
TablerBreadcrumbAdds a Tabler breadcrumb to the body with fluent configuration
Parameters
- body HtmlForgeX.Body
- configure System.Action{HtmlForgeX.TablerBreadcrumb}
public static TablerBreadcrumb Breadcrumb(Body body) #Returns:
TablerBreadcrumbAdds a Tabler breadcrumb to the body
Parameters
- body HtmlForgeX.Body
Button 2 overloads
public static TablerButton Button(Body body, String text, TablerButtonVariant variant = Primary) #Returns:
TablerButtonAdds a Tabler button to the body with fluent configuration
Parameters
- body HtmlForgeX.Body
- text System.String
- configure System.Action{HtmlForgeX.TablerButton} = Primary
Button(HtmlForgeX.Body body, System.String text, HtmlForgeX.TablerButtonVariant variant) #Adds a Tabler button to the body
Parameters
- body HtmlForgeX.Body
- text System.String
- variant HtmlForgeX.TablerButtonVariant
Dropdown 2 overloads
public static TablerDropdown Dropdown(Body body, String text, Action<TablerDropdown> configure) #Returns:
TablerDropdownAdds a Tabler dropdown to the body with fluent configuration
Parameters
- body HtmlForgeX.Body
- text System.String
- configure System.Action{HtmlForgeX.TablerDropdown}
public static TablerDropdown Dropdown(Body body, String text) #Returns:
TablerDropdownAdds a Tabler dropdown to the body
Parameters
- body HtmlForgeX.Body
- text System.String
Footer 2 overloads
Header 2 overloads
public static TablerHeader Header(Body body, Action<TablerHeader> configure) #Returns:
TablerHeaderAdds a Tabler header to the body with fluent configuration
Parameters
- body HtmlForgeX.Body
- configure System.Action{HtmlForgeX.TablerHeader}
public static TablerHeader Header(Body body) #Returns:
TablerHeaderAdds a Tabler header to the body
Parameters
- body HtmlForgeX.Body
public static TablerButton LinkButton(Body body, String text, String href, TablerButtonVariant variant = Primary) #Returns:
TablerButtonAdds a Tabler link button to the body
Parameters
- body HtmlForgeX.Body
- text System.String
- href System.String
- variant HtmlForgeX.TablerButtonVariant = Primary
Pagination 2 overloads
public static TablerPagination Pagination(Body body, Action<TablerPagination> configure) #Returns:
TablerPaginationAdds a Tabler pagination to the body with fluent configuration
Parameters
- body HtmlForgeX.Body
- configure System.Action{HtmlForgeX.TablerPagination}
public static TablerPagination Pagination(Body body) #Returns:
TablerPaginationAdds a Tabler pagination to the body
Parameters
- body HtmlForgeX.Body
Sidebar 2 overloads
public static TablerSidebar Sidebar(Body body, Action<TablerSidebar> configure) #Returns:
TablerSidebarAdds a Tabler sidebar to the body with fluent configuration
Parameters
- body HtmlForgeX.Body
- configure System.Action{HtmlForgeX.TablerSidebar}
public static TablerSidebar Sidebar(Body body) #Returns:
TablerSidebarAdds a Tabler sidebar to the body
Parameters
- body HtmlForgeX.Body