DMBFormBuilder 0.18.0-preview.1

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

DMBFormBuilder

Purpose

DMBFormBuilder provides Bootstrap-oriented form and field builders for the PageBuilder ecosystem.

It centralizes reusable Razor helpers and fluent builders for forms, text inputs, password inputs, text areas, selects, boolean fields, enum radio lists, flags, tokens, country selectors, special HTML input types, and captcha fields.

Project-specific section

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

  • Project name: DMBFormBuilder
  • Project folder: DMBFormBuilder
  • Project role: Bootstrap-oriented form builder package for MVC/Razor applications.
  • Primary consumers: Razor views in PageBuilder ecosystem applications such as labs_idemobi_com.
  • Main dependencies: DMBPageBuilder, DMBBootstrapBuilder, DMBComponentBuilder, and DMBServerWebHelper.
  • Publication host: labs_idemobi_com

Scope

This package includes:

  • form composition through FormBuilder,
  • typed field builders for common HTML inputs,
  • Razor helper extension methods for model-bound fields,
  • Bootstrap-oriented validation and accessibility markup,
  • label presentation and validation mode configuration,
  • captcha field rendering backed by DMBServerWebHelper.CaptchaFactory,
  • embedded form-related static assets,
  • localization resources for field labels, prompts, descriptions, validation text, and captcha messages.

This package does not define low-level HTML primitives, Bootstrap layout primitives, or server middleware. Those responsibilities belong to related packages.

Main entry points

  • FormBuilder
  • TextFieldBuilder
  • PasswordFieldBuilder
  • TextAreaFieldBuilder
  • SelectFieldBuilder
  • BooleanFieldBuilder
  • BoolMustBeTrueAttribute
  • BoolMustBeFalseAttribute
  • EnumRadioFieldBuilder
  • FlagFieldBuilder
  • TokenFieldBuilder
  • CaptchaBuilder
  • FormBuilderConfiguration
  • Razor helper extension classes in Components/Fields, Components/Form, and Components/Captcha

Documentation strategy

Documentation must be written so it can be consumed by developers and AI assistants without private chat context.

Use the local rule files:

Documentation pages, examples, tutorials, and diagrams are published through labs_idemobi_com when applicable.

Development constraints

  • Keep public APIs backward compatible unless explicitly requested.
  • Keep rendered form markup, validation attributes, accessibility attributes, and Razor helper behavior deterministic.
  • Document security-sensitive behavior such as password fields, token values, generated JavaScript, captcha input, and user-provided attributes.
  • Do not run dotnet build, dotnet test, dotnet restore, or dotnet format unless explicitly requested.
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