SystemTextJsonInputFormatter.SerializerOptions Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the JsonSerializerOptions used to configure the 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.JsonSerializerOptionsPublic ReadOnly Property SerializerOptions As JsonSerializerOptionsProperty Value
Remarks
A single instance of SystemTextJsonInputFormatter is used for all JSON formatting. Any changes to the options will affect all input formatting.