Compartilhar via


NewtonsoftJsonOutputFormatter.SerializerSettings Propriedade

Definição

Obtém o Newtonsoft.Json.JsonSerializerSettings usado para configurar o 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 da propriedade

Newtonsoft.Json.JsonSerializerSettings

Comentários

Quaisquer modificações no Newtonsoft.Json.JsonSerializerSettings objeto depois que isso NewtonsoftJsonOutputFormatter tiver sido usado não terão efeito.

Aplica-se a