net9.0
namespace Microsoft.Extensions.DependencyInjection
{
[Experimental("EXTEXP0013", UrlFormat = "https://aka.ms/dotnet-extensions-warnings/{0}")]
public static class HttpLoggingServiceCollectionExtensions
{
public static IServiceCollection! AddHttpLoggingRedaction(this IServiceCollection! services, Action<LoggingRedactionOptions!>? configure = null);
}
}
.NET | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assemblies | Microsoft.AspNetCore.Diagnostics.Middleware , Version=9.1.0.0, PublicKeyToken=31bf3856ad364e35 Microsoft.AspNetCore.Diagnostics.Middleware , Version=8.10.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.Diagnostics.Middleware net9.0 |
Platform Restrictions | This API is supported on all platforms. |