HttpLoggingOptions.MediaTypeOptions 属性

定义

用于为特定媒体类型配置编码的选项。

如果请求或响应与支持的媒体类型不匹配,则不会记录响应正文。

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

属性值

适用于