JsonOptions.JsonSerializerOptions Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto JsonSerializerOptions utilizzato da SystemTextJsonInputFormatter e SystemTextJsonOutputFormatter.
public:
property System::Text::Json::JsonSerializerOptions ^ JsonSerializerOptions { System::Text::Json::JsonSerializerOptions ^ get(); };
public System.Text.Json.JsonSerializerOptions JsonSerializerOptions { get; }
member this.JsonSerializerOptions : System.Text.Json.JsonSerializerOptions
Public ReadOnly Property JsonSerializerOptions As JsonSerializerOptions