Condividi tramite


JsonInputFormatter.SerializerSettings Proprietà

Definizione

Ottiene l'oggetto usato per configurare l'oggetto Newtonsoft.Json.JsonSerializerSettingsNewtonsoft.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

Valore della proprietà

Newtonsoft.Json.JsonSerializerSettings

Commenti

Le modifiche apportate all'oggetto dopo l'uso Newtonsoft.Json.JsonSerializerSettingsJsonInputFormatter non avranno alcun effetto.

Si applica a