DMBBootstrapBuilder 0.17.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DMBBootstrapBuilder --version 0.17.0
                    
NuGet\Install-Package DMBBootstrapBuilder -Version 0.17.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DMBBootstrapBuilder" Version="0.17.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DMBBootstrapBuilder" Version="0.17.0" />
                    
Directory.Packages.props
<PackageReference Include="DMBBootstrapBuilder" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DMBBootstrapBuilder --version 0.17.0
                    
#r "nuget: DMBBootstrapBuilder, 0.17.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DMBBootstrapBuilder@0.17.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DMBBootstrapBuilder&version=0.17.0
                    
Install as a Cake Addin
#tool nuget:?package=DMBBootstrapBuilder&version=0.17.0
                    
Install as a Cake Tool

DMBBootstrapBuilder

Purpose

DMBBootstrapBuilder is the Bootstrap-oriented visual component and page chrome package for the PageBuilder ecosystem.

It centralizes reusable primitives for:

  • composing Bootstrap components through strongly typed fluent builders,
  • rendering layout primitives such as containers, rows, columns, blocks, cards, tables, and tabs,
  • rendering page chrome such as body, header, footer, navbar, breadcrumb, sidebar, and footer bar areas,
  • rendering action links and buttons through ActionItem and ButtonRender,
  • exposing Bootstrap-oriented Razor helpers for .cshtml pages,
  • registering embedded BootstrapBuilder scripts and stylesheets.

Project-specific section

When copying this file to another PageBuilder ecosystem project, update this section first.

  • Project name: DMBBootstrapBuilder
  • Project folder: DMBBootstrapBuilder
  • Project role: Bootstrap-oriented visual component, layout, navigation, and page chrome package.
  • Main consumers: labs_idemobi_com and PageBuilder ecosystem packages.
  • Documentation target: DocumentationBuilder output rendered in labs_idemobi_com.

Audience

  • Primary audience: developers integrating or maintaining the package.
  • Secondary audience: AI assistants (Codex, Claude, Junie, and similar tools) that produce technical documentation and code updates.

Scope

  • Components/: Bootstrap visual component builders and shared component foundations.
  • Bootstrap/: Bootstrap enums, model types, facades, and enum extensions.
  • BodyBuilder/: Bootstrap body builder integration with PageBuilder layouts.
  • Composers/: default breadcrumb, footer bar, and navigation bar composition helpers.
  • HtmlHelpers/: Razor helper extensions that expose BootstrapBuilder components and utility output.
  • Helpers/: extension helpers for cards, tables, modals, action items, theme toggles, and related component integrations.
  • Managers/: alert and page-level Bootstrap state management.
  • Providers/: debug, theme, language, menu, profile, and footer bar section providers.
  • Controllers/: package MVC controllers for Bootstrap-specific pages and raw output.
  • Configuration/: BootstrapBuilder configuration and static-file post-configuration.
  • Constants/: BootstrapBuilder constants.
  • Tools/: utility helpers for Bootstrap styles, flex options, responsive display, resource-once rendering, and region state keys.
  • Resources/: package localization resources.
  • wwwroot/: embedded static package assets.

Technical baseline

  • SDK: Microsoft.NET.Sdk.Razor
  • Target framework: net10.0
  • Nullable: enabled
  • XML documentation output: enabled in Debug, Release, and NuGet configurations

Documentation strategy

This module follows a DocumentationBuilder-first strategy:

  • Documentation must be authored for extraction/rendering by DocumentationBuilder.
  • Publication target is labs_idemobi_com.
  • AI prepares content and structure; the developer executes DocumentationBuilder.
  • XML documentation must describe the public component, layout, and Bootstrap rendering contract, not only restate member names.
  • Examples should use realistic Razor, Bootstrap component, and page composition scenarios when behavior is user-facing.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.19.0 0 6/9/2026
0.18.0-preview.1 0 6/9/2026
0.17.0 0 6/9/2026
0.16.1-preview.1 0 6/9/2026
0.16.0 1 6/9/2026

note