JsonReaderState.Options 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用 Utf8JsonReader 結構讀取 JSON 資料時要使用的自訂行為,該結構可能會偏離嚴格遵守的 JSON 規格,這是預設行為。
public:
property System::Text::Json::JsonReaderOptions Options { System::Text::Json::JsonReaderOptions get(); };
public System.Text.Json.JsonReaderOptions Options { get; }
member this.Options : System.Text.Json.JsonReaderOptions
Public ReadOnly Property Options As JsonReaderOptions
屬性值
讀取 JSON 資料時要使用的自訂行為。