HttpLoggingOptions.ResponseHeaders Property

Definition

Response header values that are allowed to be logged.

If a response header is not present in the ResponseHeaders, the header name will be logged with a redacted value.

public System.Collections.Generic.ISet<string> ResponseHeaders { get; }
member this.ResponseHeaders : System.Collections.Generic.ISet<string>
Public ReadOnly Property ResponseHeaders As ISet(Of String)

Property Value

Applies to