HttpLoggingServicesExtensions.AddHttpLoggingInterceptor<T> Metoda

Definicja

Rejestruje dany typ jako element IHttpLoggingInterceptor w kontenerze DI.

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

Parametry typu

T

Typ implementujący IHttpLoggingInterceptorelement .

Parametry

services
IServiceCollection

Kolekcja usług.

Zwraca

Oryginalna kolekcja usług do tworzenia łańcuchów.

Dotyczy