次の方法で共有


LoggingOptions.RequestPathLoggingMode プロパティ

定義

送信 HTTP 要求パスのログ記録方法を示す値を取得または設定します。

public:
 property Microsoft::Extensions::Http::Logging::OutgoingPathLoggingMode RequestPathLoggingMode { Microsoft::Extensions::Http::Logging::OutgoingPathLoggingMode get(); void set(Microsoft::Extensions::Http::Logging::OutgoingPathLoggingMode value); };
public Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode RequestPathLoggingMode { get; set; }
member this.RequestPathLoggingMode : Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode with get, set
Public Property RequestPathLoggingMode As OutgoingPathLoggingMode

プロパティ値

既定値は Formatted です。

注釈

このオプションは、 オプションが にNone設定されていない場合RequestPathParameterRedactionModeにのみ適用されます。それ以外の場合、この設定は無視され、編集されていない HTTP 要求パスがログに記録されます。

適用対象