PersistentComponentState.PersistAsJson<TValue>(String, TValue) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
序列化 instance
為 JSON,並將它保存在指定的 key
之下。
public void PersistAsJson<TValue> (string key, TValue instance);
member this.PersistAsJson : string * 'Value -> unit
Public Sub PersistAsJson(Of TValue) (key As String, instance As TValue)
類型參數
- TValue
instance
類型。
參數
- key
- String
用來保存狀態的索引鍵。
- instance
- TValue
要保存的實例。