共用方式為


LoggingOptions.LogBody 屬性

定義

取得或設定值,指出是否記錄 HTTP 要求和回應本文。

public:
 property bool LogBody { bool get(); void set(bool value); };
public bool LogBody { get; set; }
member this.LogBody : bool with get, set
Public Property LogBody As Boolean

屬性值

預設值是 false

備註

避免在生產環境中啟用此選項,因為這可能會導致隱私權資訊外洩。

適用於