共用方式為


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

備註

使用之後 JsonInputFormatter 對 物件所做的任何修改 Newtonsoft.Json.JsonSerializerSettings 都不會有任何作用。

適用於