Aracılığıyla paylaş


LoggingOptions.RequestPathLoggingMode Özellik

Tanım

Giden HTTP istek yolunun nasıl günlüğe kaydedilmesi gerektiğini belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Formatted varsayılan değerdir.

Açıklamalar

Bu seçenek yalnızca seçenek olarak Noneayarlanmadığında RequestPathParameterRedactionMode uygulanır, aksi takdirde bu ayar yoksayılır ve yeniden uygulanmamış HTTP istek yolu günlüğe kaydedilir.

Şunlara uygulanır