SystemTextJsonOutputFormatter.SerializerOptions Vlastnost

Definice

JsonSerializerOptions Získá použité ke konfiguraci 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

Hodnota vlastnosti

JsonSerializerOptions

Poznámky

Jedna instance SystemTextJsonOutputFormatter se používá pro veškeré formátování JSON. Všechny změny možností ovlivní veškeré formátování výstupu.

Platí pro