다음을 통해 공유


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 요청 경로가 기록됩니다.

적용 대상