Share via


HttpLoggingInterceptorContext.TryDisable(HttpLoggingFields) Method

Definition

Disables the given fields if any are currently enabled in LoggingFields.

public bool TryDisable (Microsoft.AspNetCore.HttpLogging.HttpLoggingFields fields);
member this.TryDisable : Microsoft.AspNetCore.HttpLogging.HttpLoggingFields -> bool
Public Function TryDisable (fields As HttpLoggingFields) As Boolean

Parameters

fields
HttpLoggingFields

One or more field flags to disable if present.

Returns

true if any of the fields were previously enabled.

Applies to