Namespace Cuemon.Extensions.AspNetCore.Configuration
Assembly: Cuemon.Extensions.AspNetCore.dll
The Cuemon.Extensions.AspNetCore.Configuration
namespace contains both types and extension methods that complements the Cuemon.AspNetCore.Configuration
namespace.
Availability: .NET 9 and .NET 8
Complements: Cuemon.AspNetCore.Configuration namespace 📘
Extension Methods
Type | Ext | Methods |
---|---|---|
IServiceCollection | ⬇️ | AddAssemblyCacheBusting , AddCacheBusting{T} , AddDynamicCacheBusting |
Classes
AssemblyCacheBusting
Provides cache-busting capabilities from an Assembly. This class cannot be inherited.
AssemblyCacheBustingOptions
Specifies options that is related to AssemblyCacheBustingOptions operations.
ServiceCollectionExtensions
Extension methods for the IServiceCollection interface.