HtmlForgeX

API Reference

Class

TablerRecordInspectorCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Selected-record inspector card that combines summary metrics, grouped signals, structured details, and next actions in one reusable review surface.

Inheritance

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public TablerRecordInspectorCard() #

Initializes a new instance of the TablerRecordInspectorCard class.

Methods

public TablerRecordInspectorCard Accent(TablerColor color) #
Returns: TablerRecordInspectorCard

Sets the ambient accent color used by the inspector shell.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerRecordInspectorCard AddAction(String title, String value = null, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerRecordInspectorCard

Adds a recommended action or follow-up note to the inspector.

Parameters

title System.String requiredposition: 0
value System.String = null optionalposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
public TablerRecordInspectorCard AddDetail(String title, String value) #
Returns: TablerRecordInspectorCard

Adds a structured key-value detail to the inspector facts grid.

Parameters

title System.String requiredposition: 0
value System.String requiredposition: 1
public TablerRecordInspectorCard AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerRecordInspectorCard

Adds a compact summary metric above the inspector sections.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
public TablerRecordInspectorCard AddSignal(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerRecordInspectorCard

Adds a grouped signal tile such as SPF, DMARC, TLS, or certificate posture.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
GetAuxiliaryChildren() #
public TablerRecordInspectorCard Highlight(String title, String text, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerRecordInspectorCard

Adds a focus callout that frames the currently selected record.

Parameters

title System.String requiredposition: 0
text System.String requiredposition: 1
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 2
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 3
RegisterLibraries() #
public TablerRecordInspectorCard Settings(Action<TablerRecordInspectorCardSettings> configure) #
Returns: TablerRecordInspectorCard

Groups less-common display toggles and section labels under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerRecordInspectorCardSettings} requiredposition: 0
public TablerRecordInspectorCard Subtitle(String subtitle) #
Returns: TablerRecordInspectorCard

Sets supporting text displayed below the title.

Parameters

subtitle System.String requiredposition: 0
public TablerRecordInspectorCard Title(String title) #
Returns: TablerRecordInspectorCard

Sets the card title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String