Table of Contents

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 8, .NET 7 and .NET 6

Classes

MiddlewareBuilderFactory

Provides support for creating, using and configuring Middleware or ConfigurableMiddleware<TOptions> implementations.