Namespace Cuemon.Extensions.AspNetCore.Xml
Assembly: Cuemon.Extensions.AspNetCore.Xml.dll
Configure XML serialization for ASP.NET Core applications with application-level XML settings. Use this namespace when you need Cuemon XML serialization conventions in your ASP.NET Core application. Start with AddMinimalXmlOptions on IServiceCollection to register the XML options for ASP.NET Core conventions.
Availability: .NET 10 and .NET 9
Complements: Cuemon.Extensions.AspNetCore namespace 📘
Extension Members
| Type | Ext | Methods |
|---|---|---|
| IServiceCollection | ⬇️ | AddMinimalXmlOptions |
Classes
ServiceCollectionExtensions
Extension methods for the IServiceCollection interface.