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
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
- Method TablerTwoStageNavigationBuilder.Shell
- Method TablerTwoStageNavigationBuilder.WithBrand
- Method TablerTwoStageNavigationBuilder.WithHeaderNavbar
- Method TablerTwoStageNavigationBuilder.WithLayoutMode
- Method TablerTwoStageNavigationBuilder.WithLogo
- Method TablerTwoStageNavigationBuilder.WithSidebarNavigation
Accepted by parameters
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