Compartir a través de


NewtonsoftJsonOutputFormatter.SerializerSettings Propiedad

Definición

Obtiene el Newtonsoft.Json.JsonSerializerSettings objeto utilizado para configurar .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

Valor de propiedad

Newtonsoft.Json.JsonSerializerSettings

Comentarios

Las modificaciones en el Newtonsoft.Json.JsonSerializerSettings objeto después de usarse NewtonsoftJsonOutputFormatter no tendrán ningún efecto.

Se aplica a