HttpLoggingServicesExtensions.AddHttpLoggingInterceptor<T> Methode

Definition

Registriert den angegebenen Typ als a IHttpLoggingInterceptor im DI-Container.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddHttpLoggingInterceptor<T> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services) where T : class, Microsoft.AspNetCore.HttpLogging.IHttpLoggingInterceptor;
static member AddHttpLoggingInterceptor : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection (requires 'T : null and 'T :> Microsoft.AspNetCore.HttpLogging.IHttpLoggingInterceptor)
<Extension()>
Public Function AddHttpLoggingInterceptor(Of T As {Class, IHttpLoggingInterceptor}) (services As IServiceCollection) As IServiceCollection

Typparameter

T

Ein Typ, der implementiert IHttpLoggingInterceptor.

Parameter

services
IServiceCollection

Die Dienstauflistung.

Gibt zurück

Die ursprüngliche Dienstauflistung für die Verkettung.

Gilt für: