NewtonsoftJsonOutputFormatter.SerializerSettings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 Newtonsoft.Json.JsonSerializerSettings 用于配置 的 Newtonsoft.Json.JsonSerializer。
protected:
property Newtonsoft::Json::JsonSerializerSettings ^ SerializerSettings { Newtonsoft::Json::JsonSerializerSettings ^ get(); };
protected Newtonsoft.Json.JsonSerializerSettings SerializerSettings { get; }
member this.SerializerSettings : Newtonsoft.Json.JsonSerializerSettings
Protected ReadOnly Property SerializerSettings As JsonSerializerSettings
属性值
Newtonsoft.Json.JsonSerializerSettings
注解
使用此对象后NewtonsoftJsonOutputFormatter,Newtonsoft.Json.JsonSerializerSettings对 对象所做的任何修改都不起作用。