NewtonsoftJsonOutputFormatter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
TextOutputFormatter JSON 内容的 。
public ref class NewtonsoftJsonOutputFormatter : Microsoft::AspNetCore::Mvc::Formatters::TextOutputFormatter
public class NewtonsoftJsonOutputFormatter : Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter
type NewtonsoftJsonOutputFormatter = class
inherit TextOutputFormatter
Public Class NewtonsoftJsonOutputFormatter
Inherits TextOutputFormatter
- 继承
构造函数
属性
SerializerSettings |
获取 Newtonsoft.Json.JsonSerializerSettings 用于配置 的 Newtonsoft.Json.JsonSerializer。 |
SupportedEncodings |
获取此 TextOutputFormatter支持的字符编码的可变集合。 写入数据时使用编码。 (继承自 TextOutputFormatter) |
SupportedMediaTypes |
获取此 OutputFormatter支持的媒体类型元素的可变集合。 (继承自 OutputFormatter) |