NewtonsoftJsonInputFormatter.SerializerSettings Property

Definition

Gets the Newtonsoft.Json.JsonSerializerSettings used to configure the 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

Property Value

Newtonsoft.Json.JsonSerializerSettings

Remarks

Any modifications to the Newtonsoft.Json.JsonSerializerSettings object after this NewtonsoftJsonInputFormatter has been used will have no effect.

Applies to