Share via


JsonInputFormatter.SerializerSettings 属性

定义

获取 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

注解

使用此对象后JsonInputFormatterNewtonsoft.Json.JsonSerializerSettings对 对象所做的任何修改都不起作用。

适用于