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çeneği olarak ayarlanmadığında RequestPathParameterRedactionModeNoneuygulanır, aksi takdirde bu ayar yoksayılır ve yeniden işlem yapılmayan HTTP istek yolu günlüğe kaydedilir.

Şunlara uygulanır