HttpLoggingOptions.MediaTypeOptions Property

Definition

Options for configuring encodings for a specific media type.

If the request or response do not match the supported media type, the response body will not be logged.

public Microsoft.AspNetCore.HttpLogging.MediaTypeOptions MediaTypeOptions { get; }
member this.MediaTypeOptions : Microsoft.AspNetCore.HttpLogging.MediaTypeOptions
Public ReadOnly Property MediaTypeOptions As MediaTypeOptions

Property Value

Applies to