JsonResult.SerializerSettings Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia ustawienia serializatora.
W przypadku korzystania z programu System.Text.Json
powinno to być wystąpienie JsonSerializerOptions
W przypadku korzystania z programu Newtonsoft.Json
powinno to być wystąpienie klasy JsonSerializerSettings
.
public:
property Newtonsoft::Json::JsonSerializerSettings ^ SerializerSettings { Newtonsoft::Json::JsonSerializerSettings ^ get(); void set(Newtonsoft::Json::JsonSerializerSettings ^ value); };
public:
property System::Object ^ SerializerSettings { System::Object ^ get(); void set(System::Object ^ value); };
public Newtonsoft.Json.JsonSerializerSettings SerializerSettings { get; set; }
public object SerializerSettings { get; set; }
public object? SerializerSettings { get; set; }
member this.SerializerSettings : Newtonsoft.Json.JsonSerializerSettings with get, set
member this.SerializerSettings : obj with get, set
Public Property SerializerSettings As JsonSerializerSettings
Public Property SerializerSettings As Object
Wartość właściwości
Newtonsoft.Json.JsonSerializerSettings