Namespace Cuemon.AspNetCore.Builder
Assembly: Cuemon.AspNetCore.dll
The Cuemon.AspNetCore.Builder
namespace contains types that supports adding either middleware or configurable middleware types to the application request pipeline. The namespace is an addition to the Microsoft.AspNetCore.Builder
namespace.
Availability: .NET 9 and .NET 8
Classes
MiddlewareBuilderFactory
Provides support for creating, using and configuring Middleware or ConfigurableMiddleware<TOptions> implementations.