Namespace Cuemon.AspNetCore.Builder
Assembly: Cuemon.AspNetCore.dll
Register middleware — including configurable middleware — in the ASP.NET Core request pipeline using factory types that support typed options and a builder pattern. Use this namespace when you need to add custom middleware to your application pipeline with structured configuration. Start with MiddlewareBuilderFactory to create middleware instances with the correct options.
Availability: .NET 10 and .NET 9
Classes
MiddlewareBuilderFactory
Provides support for creating, using and configuring Middleware or ConfigurableMiddleware<TOptions> implementations.