Sdílet prostřednictvím


HttpLoggingServicesExtensions.AddHttpLoggingInterceptor<T> Metoda

Definice

Zaregistruje daný typ jako v kontejneru IHttpLoggingInterceptor 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, který implementuje IHttpLoggingInterceptor.

Parametry

services
IServiceCollection

Kolekce služeb.

Návraty

Původní kolekce služeb pro řetězení.

Platí pro