共用方式為


PersistentComponentState.PersistAsJson<TValue>(String, TValue) 方法

定義

序列化 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

要保存的實例。

適用於