共用方式為


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 已啟用,則會將參數記錄為合併記錄檔的一部分。

適用於