Freigeben über


HttpLoggingInterceptorContext.LoggingFields Eigenschaft

Definition

Ruft ab oder legt fest, welche Teile der Anforderung und Antwort auf das Protokoll verwendet werden.

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

Eigenschaftswert

Hinweise

Dieser wird mit dem Wert von LoggingFields, LoggingFieldsoder WithHttpLogging<TBuilder>(TBuilder, HttpLoggingFields, Nullable<Int32>, Nullable<Int32>)vorab aufgefüllt.

Gilt für: