JsonReaderState.Options 屬性

定義

取得使用 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

屬性值

JsonReaderOptions

讀取 JSON 資料時要使用的自訂行為。

適用於