HtmlForgeX

API Reference

Class

TablerOperationalWorkspacePagesBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Builder that creates a workspace page and its matching sidebar navigation item together.

Inheritance

  • Object
  • TablerOperationalWorkspacePagesBuilder

Usage

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

Returned or exposed by

Accepted by parameters

Methods

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

Adds a switchable page and matching sidebar 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 TablerOperationalWorkspace End() #
Returns: TablerOperationalWorkspace

Returns control to the root workspace.