HtmlForgeX

API Reference

Class

TablerReportNavigation

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 TablerReportNavigation Item(String label, TablerIconType icon, Boolean active = false, String badge = null) #
Returns: TablerReportNavigation

Parameters

label String requiredposition: 0
icon TablerIconType requiredposition: 1
active Boolean = false optionalposition: 2
badge String = null optionalposition: 3
public TablerReportNavigation Promo(String title, String text, TablerIconType icon, String actionText, String actionHref = "#") #
Returns: TablerReportNavigation

Parameters

title String requiredposition: 0
text String requiredposition: 1
icon TablerIconType requiredposition: 2
actionText String requiredposition: 3
actionHref String = "#" optionalposition: 4
public TablerReportNavigation Section(String title, Action<TablerReportNavigationSection> configure) #
Returns: TablerReportNavigation

Parameters

title String requiredposition: 0
configure Action<TablerReportNavigationSection> requiredposition: 1
public override String ToString() #
Returns: String