HttpLoggingOptions.MediaTypeOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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