HtmlForgeX

API Reference

Class

TablerServicePipeline

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Footer-style configuration pipeline for import, edit, validate, diff, write, and reload flows.

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 TablerServicePipeline AddStep(String title, String description, TablerStepState state = Pending, TablerIconType icon = Check) #
Returns: TablerServicePipeline

Adds a pipeline step.

Parameters

title System.String requiredposition: 0
description System.String requiredposition: 1
state HtmlForgeX.TablerStepState = Pending optionalposition: 2
icon HtmlForgeX.TablerIconType = Check optionalposition: 3
RegisterLibraries() #
public TablerServicePipeline Settings(Action<TablerServicePipelineSettings> configure) #
Returns: TablerServicePipeline

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

Parameters

configure System.Action{HtmlForgeX.TablerServicePipelineSettings} requiredposition: 0
public TablerServicePipeline Title(String title) #
Returns: TablerServicePipeline

Sets pipeline title.

Parameters

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