NewtonsoftJsonInputFormatter.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
備註
使用之後 NewtonsoftJsonInputFormatter 對 物件所做的任何修改 Newtonsoft.Json.JsonSerializerSettings 都不會有任何作用。