SystemTextJsonOutputFormatter.SerializerOptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
JsonSerializerOptions取得用來設定 的 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
屬性值
備註
的單一實例 SystemTextJsonOutputFormatter 會用於所有 JSON 格式設定。 選項的任何變更都會影響所有輸出格式設定。