Freigeben über


LoggingOptions.RequestPathLoggingMode Eigenschaft

Definition

Ruft einen Wert ab, der angibt, wie der ausgehende HTTP-Anforderungspfad protokolliert werden soll, oder legt den Wert fest.

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

Eigenschaftswert

Standardwert: Formatted.

Hinweise

Diese Option wird nur angewendet, wenn die RequestPathParameterRedactionMode Option nicht auf Nonefestgelegt ist, andernfalls wird diese Einstellung ignoriert und der nicht redigierte HTTP-Anforderungspfad protokolliert.

Gilt für: