Namespace Cuemon.Extensions.AspNetCore.Xml.Formatters
Assembly: Cuemon.Extensions.AspNetCore.Xml.dll
Register XML formatter options and XML exception response formatters for ASP.NET Core applications. Use this namespace when you need to configure XML formatter settings or register XML exception response formatters. Start with AddXmlFormatterOptions on IServiceCollection to configure XML formatting settings.
Availability: .NET 10 and .NET 9
Complements: Cuemon.Extensions.Xml namespace 📘
Extension Members
| Type | Ext | Methods |
|---|---|---|
| IServiceCollection | ⬇️ | AddXmlFormatterOptions, AddXmlExceptionResponseFormatter |
Classes
ServiceCollectionExtensions
Extension methods for the IServiceCollection interface.