Namespace Cuemon.Extensions.AspNetCore.Hosting
Assembly: Cuemon.Extensions.AspNetCore.dll
Bridge ASP.NET Core hosting with Cuemon hosting abstractions by making IWebHostEnvironment available through a single extension method. Use this namespace when you need to integrate Cuemon.AspNetCore.Hosting middleware with the ASP.NET Core hosting environment. Start with UseHostingEnvironment on IApplicationBuilder to register the hosting middleware.
Availability: .NET 10 and .NET 9
Complements: Cuemon.AspNetCore.Hosting namespace 📘
Extension Members
| Type | Ext | Methods |
|---|---|---|
| IApplicationBuilder | ⬇️ | UseHostingEnvironment |
Classes
ApplicationBuilderExtensions
Extension methods for the IApplicationBuilder interface.