DMBServerWebHelper 0.19.0
dotnet add package DMBServerWebHelper --version 0.19.0
NuGet\Install-Package DMBServerWebHelper -Version 0.19.0
<PackageReference Include="DMBServerWebHelper" Version="0.19.0" />
<PackageVersion Include="DMBServerWebHelper" Version="0.19.0" />
<PackageReference Include="DMBServerWebHelper" />
paket add DMBServerWebHelper --version 0.19.0
#r "nuget: DMBServerWebHelper, 0.19.0"
#:package DMBServerWebHelper@0.19.0
#addin nuget:?package=DMBServerWebHelper&version=0.19.0
#tool nuget:?package=DMBServerWebHelper&version=0.19.0
DMBServerWebHelper
Purpose
DMBServerWebHelper provides ASP.NET-oriented web infrastructure helpers for the PageBuilder ecosystem.
It centralizes common server-side web behavior such as MVC setup, session handling, request localization, embedded static assets, cookie policy integration, captcha generation, and small web utility APIs.
Project-specific section
When copying this file to another PageBuilder ecosystem project, update this section first.
- Project name:
DMBServerWebHelper - Project folder:
DMBServerWebHelper - Project role: ASP.NET web helper package for server-side PageBuilder applications.
- Primary consumers: MVC/Razor applications such as
labs_idemobi_com. - Main dependency:
DMBServerHelper - Publication host:
labs_idemobi_com
Scope
This package includes:
- application configuration helpers for ASP.NET Core services and middleware,
- session guard middleware,
- request localization helpers,
- embedded static file registration,
- captcha image generation and validation helpers,
- country, language, color, and security hash utility methods,
- a lightweight request counter,
- base MVC controller support through
RawWebController.
This package does not define visual Bootstrap components, form builders, or page layout builders. Those responsibilities belong to the related PageBuilder ecosystem packages.
Main entry points
ServerWebHelperConfigurationWebGenericConfiguration<T>ServerWebHelperConfigureOptionsSessionGuardMiddlewareSessionGuardExtensionsCaptchaFactoryCaptchaParametersLanguageToolsCountryWebToolsCountryRegionInfoToolsColorHelperSecurityHashToolsRequestCounterRawWebControllerIServerWebConfig
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 middleware ordering and service registration behavior explicit.
- Document security-sensitive behavior such as cookies, sessions, captcha validation, and user-controlled values.
- 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
- DMBServerHelper (>= 0.19.0)
- Microsoft.Extensions.FileProviders.Embedded (>= 10.0.8)
- SkiaSharp (>= 3.119.4)
- SkiaSharp.NativeAssets.Linux (>= 3.119.4)
- SkiaSharp.NativeAssets.macOS (>= 3.119.4)
- SkiaSharp.NativeAssets.Win32 (>= 3.119.4)
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