HttpLoggingInterceptorContext.LoggingFields プロパティ

定義

要求とログへの応答のどの部分を取得または設定します。

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

プロパティ値

注釈

これには、または WithHttpLogging<TBuilder>(TBuilder, HttpLoggingFields, Nullable<Int32>, Nullable<Int32>)LoggingFieldsLoggingFields値が事前に設定されています。

適用対象