API Reference
Class
TablerTwoStageNavigationBuilder
Builder for creating two-stage navigation with header navbar and sidebar. Supports Tabler's combo layout pattern with separate top navigation and vertical sidebar.
Inheritance
- Object
- TablerTwoStageNavigationBuilder
Constructors
public TablerTwoStageNavigationBuilder() #Methods
public TablerTwoStageNavigationStructure Build() #Returns:
TablerTwoStageNavigationStructureBuilds the two-stage navigation structure.
public TablerTwoStageNavigationBuilder WithBrand(String text, String subtitle = null) #Returns:
TablerTwoStageNavigationBuilderSets the brand text for the navigation.
Parameters
- text System.String
- subtitle System.String = null
public TablerTwoStageNavigationBuilder WithLayoutMode(TablerLayoutMode mode) #Returns:
TablerTwoStageNavigationBuilderSets the layout mode for the navigation.
Parameters
- mode HtmlForgeX.TablerLayoutMode
public TablerTwoStageNavigationBuilder WithLogo(String path, TablerLogoSize size = Default) #Returns:
TablerTwoStageNavigationBuilderSets the logo for the navigation.
Parameters
- path System.String
- size HtmlForgeX.TablerLogoSize = Default