HttpLoggingInterceptorContext.Parameters プロパティ

定義

要求または応答の一部としてログに記録されるパラメーターの一覧を取得します。 で LoggingFields 指定された値は、すべてのインターセプターの実行後に自動的に追加されます。 要求をログに記録すると、すべての値がクリアされます。 その他の関連する設定はすべて、応答に引き継がされます。

public System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string,object?>> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property Parameters As IList(Of KeyValuePair(Of String, Object))

プロパティ値

注釈

が有効になっている場合 CombineLogs 、パラメーターは結合されたログの一部としてログに記録されます。

適用対象