Partager via


SystemTextJsonInputFormatter.SerializerOptions Propriété

Définition

Obtient le JsonSerializerOptions utilisé pour configurer le JsonSerializer.

public:
 property System::Text::Json::JsonSerializerOptions ^ SerializerOptions { System::Text::Json::JsonSerializerOptions ^ get(); };
public System.Text.Json.JsonSerializerOptions SerializerOptions { get; }
member this.SerializerOptions : System.Text.Json.JsonSerializerOptions
Public ReadOnly Property SerializerOptions As JsonSerializerOptions

Valeur de propriété

Remarques

Une seule instance de SystemTextJsonInputFormatter est utilisée pour toute la mise en forme JSON. Toute modification apportée aux options affecte la mise en forme de toutes les entrées.

S’applique à