HtmlForgeX

API Reference

Class

TablerFileServiceSimpleHub

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Simple upload/download hub for user-facing file-service portals.

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

public TablerFileServiceSimpleHub() #

Creates a simple file-service hub with polished default tab styling.

Methods

public TablerTabsPanel AddTab(String title, Action<TablerTabsPanel> configure) #
Returns: TablerTabsPanel

Adds a custom tab to the simple hub.

Parameters

title System.String requiredposition: 0
configure System.Action{HtmlForgeX.TablerTabsPanel} requiredposition: 1
Download 2 overloads
public TablerFileServiceSimpleHub Download(Action<TablerTabsPanel> configure) #
Returns: TablerFileServiceSimpleHub

Adds the default download tab.

Parameters

configure System.Action{HtmlForgeX.TablerTabsPanel} requiredposition: 0
public TablerFileServiceSimpleHub Download(String title, Action<TablerTabsPanel> configure) #
Returns: TablerFileServiceSimpleHub

Adds a download tab with a custom title.

Parameters

title System.String requiredposition: 0
configure System.Action{HtmlForgeX.TablerTabsPanel} requiredposition: 1
RegisterLibraries() #
public TablerFileServiceSimpleHub Settings(Action<TablerFileServiceSimpleHubSettings> configure) #
Returns: TablerFileServiceSimpleHub

Groups advanced visual options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerFileServiceSimpleHubSettings} requiredposition: 0
public override String ToString() #
Returns: String
Upload 2 overloads
public TablerFileServiceSimpleHub Upload(Action<TablerTabsPanel> configure) #
Returns: TablerFileServiceSimpleHub

Adds the default upload tab.

Parameters

configure System.Action{HtmlForgeX.TablerTabsPanel} requiredposition: 0
public TablerFileServiceSimpleHub Upload(String title, Action<TablerTabsPanel> configure) #
Returns: TablerFileServiceSimpleHub

Adds an upload tab with a custom title.

Parameters

title System.String requiredposition: 0
configure System.Action{HtmlForgeX.TablerTabsPanel} requiredposition: 1