DMBFormBuilder 0.19.0
dotnet add package DMBFormBuilder --version 0.19.0
NuGet\Install-Package DMBFormBuilder -Version 0.19.0
<PackageReference Include="DMBFormBuilder" Version="0.19.0" />
<PackageVersion Include="DMBFormBuilder" Version="0.19.0" />
<PackageReference Include="DMBFormBuilder" />
paket add DMBFormBuilder --version 0.19.0
#r "nuget: DMBFormBuilder, 0.19.0"
#:package DMBFormBuilder@0.19.0
#addin nuget:?package=DMBFormBuilder&version=0.19.0
#tool nuget:?package=DMBFormBuilder&version=0.19.0
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, andDMBServerWebHelper. - 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
FormBuilderTextFieldBuilderPasswordFieldBuilderTextAreaFieldBuilderSelectFieldBuilderBooleanFieldBuilderBoolMustBeTrueAttributeBoolMustBeFalseAttributeEnumRadioFieldBuilderFlagFieldBuilderTokenFieldBuilderCaptchaBuilderFormBuilderConfiguration- Razor helper extension classes in
Components/Fields,Components/Form, andComponents/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:
- AGENTS.md
- AI_CONTEXT.md
- DOCUMENTATION_RULES.md
- EXAMPLES_AND_TUTORIALS_RULES.md
- DRAWIO_DIAGRAM_RULES.md
- PROJECT_MAP.md
- LOCALIZATION_NOMENCLATURE.md
- DELIVERY_CHECKLIST.md
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, ordotnet formatunless explicitly requested.
| Product | Versions 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. |
-
net10.0
- DMBBootstrapBuilder (>= 0.19.0)
- DMBPageBuilder (>= 0.19.0)
- DMBServerWebHelper (>= 0.19.0)
- Microsoft.Extensions.FileProviders.Embedded (>= 10.0.8)
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