HtmlForgeX

API Reference

Class

TablerFileServiceGuidedFlow

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Guided, step-by-step composition surface for file-service workflows without exposing vendor wizard chrome.

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 TablerFileServiceGuidedFlow AddStep(Int32 number, String title, String description, TablerIconType icon, TablerColor color, Action<ElementContainer> content, String label = null) #
Returns: TablerFileServiceGuidedFlow

Adds a numbered guided step with typed component content.

Parameters

number System.Int32 requiredposition: 0
title System.String requiredposition: 1
description System.String requiredposition: 2
icon HtmlForgeX.TablerIconType requiredposition: 3
color HtmlForgeX.TablerColor requiredposition: 4
content System.Action{HtmlForgeX.ElementContainer} requiredposition: 5
label System.String = null optionalposition: 6
GetAuxiliaryChildren() #
RegisterLibraries() #
public TablerFileServiceGuidedFlow Settings(Action<TablerFileServiceGuidedFlowSettings> configure) #
Returns: TablerFileServiceGuidedFlow

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

Parameters

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

Sets supporting text.

Parameters

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

Sets the flow title.

Parameters

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