HtmlForgeX

API Reference

Class

TablerFileTransferSummaryStrip

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact metric strip for transfer owner, power-user, and admin file-service surfaces.

Inheritance

  • Element
  • TablerFileTransferSummaryStrip

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

public TablerFileTransferSummaryStrip() #

Methods

public TablerFileTransferSummaryStrip AddMetric(String label, String value, TablerIconType icon = ChartBar, TablerColor color = Blue, String description = null) #
Returns: TablerFileTransferSummaryStrip

Adds one metric tile.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
icon HtmlForgeX.TablerIconType = ChartBar optionalposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
description System.String = null optionalposition: 4
RegisterLibraries() #
public TablerFileTransferSummaryStrip Settings(Action<TablerFileTransferSummaryStripSettings> configure) #
Returns: TablerFileTransferSummaryStrip

Groups less-common display options under a single fluent entry point.

Parameters

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

Sets the strip subtitle.

Parameters

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

Sets the strip title.

Parameters

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