DMBServerWebHelper 0.16.0

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

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

  • ServerWebHelperConfiguration
  • WebGenericConfiguration<T>
  • ServerWebHelperConfigureOptions
  • SessionGuardMiddleware
  • SessionGuardExtensions
  • CaptchaFactory
  • CaptchaParameters
  • LanguageTools
  • CountryWebTools
  • CountryRegionInfoTools
  • ColorHelper
  • SecurityHashTools
  • RequestCounter
  • RawWebController
  • IServerWebConfig

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 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, 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