HtmlForgeX

API Reference

Class

TablerReportTopBar

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Methods

public TablerReportTopBar Action(String label, TablerIconType icon, String href = null, Boolean primary = false) #
Returns: TablerReportTopBar

Parameters

label String requiredposition: 0
icon TablerIconType requiredposition: 1
href String = null optionalposition: 2
primary Boolean = false optionalposition: 3
public TablerReportTopBar Breadcrumb(params String[] crumbs) #
Returns: TablerReportTopBar

Parameters

crumbs String[] requiredposition: 0
public TablerReportTopBar ThemeSelector(Action<TablerThemeSelectorSettings> configure = null) #
Returns: TablerReportTopBar

Parameters

configure Action<TablerThemeSelectorSettings> = null optionalposition: 0
public override String ToString() #
Returns: String