HttpLoggingInterceptorContext.TryDisable(HttpLoggingFields) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.