HtmlForgeX

API Reference

Class

MonitoringSummaryStrip

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Inheritance

Usage

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

Constructors

Methods

public MonitoringSummaryStrip AddItem(String label, String value, TablerIconType icon, MonitoringHealthState state = Healthy, String note = null) #
Returns: MonitoringSummaryStrip

Parameters

label String requiredposition: 0
value String requiredposition: 1
icon TablerIconType requiredposition: 2
state MonitoringHealthState = Healthy optionalposition: 3
note String = null optionalposition: 4
public MonitoringSummaryStrip Settings(Action<MonitoringSummaryStripSettings> configure) #
Returns: MonitoringSummaryStrip

Parameters

configure Action<MonitoringSummaryStripSettings> requiredposition: 0
public override String ToString() #
Returns: String