Compartir a través de


HttpLoggingInterceptorContext.LoggingFields Propiedad

Definición

Obtiene o establece las partes de la solicitud y la respuesta al registro.

public Microsoft.AspNetCore.HttpLogging.HttpLoggingFields LoggingFields { get; set; }
member this.LoggingFields : Microsoft.AspNetCore.HttpLogging.HttpLoggingFields with get, set
Public Property LoggingFields As HttpLoggingFields

Valor de propiedad

Comentarios

Se rellena previamente con el valor de LoggingFields, LoggingFieldso WithHttpLogging<TBuilder>(TBuilder, HttpLoggingFields, Nullable<Int32>, Nullable<Int32>).

Se aplica a