共用方式為


JsonSerializerOptions.ReadCommentHandling 屬性

定義

取得或設定值,此值定義在還原序列化期間如何處理註解。

public:
 property System::Text::Json::JsonCommentHandling ReadCommentHandling { System::Text::Json::JsonCommentHandling get(); void set(System::Text::Json::JsonCommentHandling value); };
public System.Text.Json.JsonCommentHandling ReadCommentHandling { get; set; }
member this.ReadCommentHandling : System.Text.Json.JsonCommentHandling with get, set
Public Property ReadCommentHandling As JsonCommentHandling

屬性值

值,指出是否允許、不允許或略過批註。

例外狀況

此屬性是在序列化或還原序列化發生後設定的。

註解處理列舉設定為不支援的值 (或不在 JsonCommentHandling 列舉範圍內)。

備註

根據預設,如果遇到批註, JsonException 則會在還原序列化期間擲回 。

如需詳細資訊,請參閱 如何使用 System.Text.Json 允許某些類型的無效 JSON

適用於