Share via


HttpLoggingInterceptorContext.Disable(HttpLoggingFields) Method

Definition

Removes the given fields from what's currently enabled in LoggingFields.

public void Disable (Microsoft.AspNetCore.HttpLogging.HttpLoggingFields fields);
member this.Disable : Microsoft.AspNetCore.HttpLogging.HttpLoggingFields -> unit
Public Sub Disable (fields As HttpLoggingFields)

Parameters

fields
HttpLoggingFields

Fields to disable.

Applies to