HttpLoggingInterceptorContext.Parameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得將記錄為要求或回應一部分的參數清單。 中的所有攔截器執行之後,都會自動新增 中指定的 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 已啟用,則會將參數記錄為合併記錄檔的一部分。