Partager via


JsonInputFormatter.SerializerSettings Propriété

Définition

Obtient le Newtonsoft.Json.JsonSerializerSettings utilisé pour configurer le 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

Valeur de propriété

Newtonsoft.Json.JsonSerializerSettings

Remarques

Les modifications apportées à l’objet Newtonsoft.Json.JsonSerializerSettings après son JsonInputFormatter utilisation n’auront aucun effet.

S’applique à