HtmlForgeX

API Reference

Class

TablerServiceConfigPagesBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Builder that creates service configuration pages and matching sidebar items together.

Inheritance

  • Object
  • TablerServiceConfigPagesBuilder

Usage

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

Accepted by parameters

Methods

Add 2 overloads
public TablerServiceConfigPagesBuilder Add(String key, String label, TablerIconType icon, Action<ElementContainer> configure, Boolean active = false) #
Returns: TablerServiceConfigPagesBuilder

Adds a switchable page and matching navigation item.

Parameters

key System.String requiredposition: 0
label System.String requiredposition: 1
icon HtmlForgeX.TablerIconType requiredposition: 2
configure System.Action{HtmlForgeX.ElementContainer} requiredposition: 3
active System.Boolean = false optionalposition: 4
public TablerServiceConfigPagesBuilder Add(String key, String label, String description, TablerIconType icon, Action<ElementContainer> configure, Boolean active = false) #
Returns: TablerServiceConfigPagesBuilder

Adds a switchable page with a sidebar description and matching navigation item.

Parameters

key System.String requiredposition: 0
label System.String requiredposition: 1
description System.String requiredposition: 2
icon HtmlForgeX.TablerIconType requiredposition: 3
configure System.Action{HtmlForgeX.ElementContainer} requiredposition: 4
active System.Boolean = false optionalposition: 5
public TablerServiceConfigStudio End() #
Returns: TablerServiceConfigStudio

Returns control to the root studio builder.