DMBPageBuilder 0.16.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DMBPageBuilder --version 0.16.0
                    
NuGet\Install-Package DMBPageBuilder -Version 0.16.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="DMBPageBuilder" Version="0.16.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DMBPageBuilder" Version="0.16.0" />
                    
Directory.Packages.props
<PackageReference Include="DMBPageBuilder" />
                    
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 DMBPageBuilder --version 0.16.0
                    
#r "nuget: DMBPageBuilder, 0.16.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 DMBPageBuilder@0.16.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=DMBPageBuilder&version=0.16.0
                    
Install as a Cake Addin
#tool nuget:?package=DMBPageBuilder&version=0.16.0
                    
Install as a Cake Tool

DMBPageBuilder

Purpose

DMBPageBuilder is the foundational page rendering package for the PageBuilder ecosystem.

It centralizes reusable primitives for:

  • describing page-level metadata through PageInformation,
  • composing HTML documents from Razor views,
  • rendering strongly typed HTML tag builders,
  • registering scripts, stylesheets, metadata, icons, and schema.org data,
  • coordinating body, header, main, and footer rendering,
  • exposing reusable Razor helpers for page and element composition.

Project-specific section

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

  • Project name: DMBPageBuilder
  • Project folder: DMBPageBuilder
  • Project role: foundational page rendering 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/: fluent HTML builders for standard HTML tags, constrained tag contexts, comments, custom classes, and shared builder behavior.
  • HtmlHelpers/: Razor helper extensions that expose PageBuilder components and utility output.
  • Controllers/: base controller support for initializing and publishing page information during MVC requests.
  • Registers/: request-scoped page information storage and retrieval.
  • WebAssets/: global web asset registry for scripts and stylesheets shared across rendered pages.
  • Facades/: public contracts used by builders, action items, style composers, and page-level integrations.
  • Models/: page model, metadata definitions, script/style definitions, body rendering contracts, page rendering entry points, shared enums, and value objects used by rendering, icon, style, and action APIs.
  • Tools/: utility helpers for identifiers, render context tracking, and region behavior.
  • 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 rendering contract, not only restate member names.
  • Examples should use realistic Razor 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