다음을 통해 공유


PersistentComponentState.PersistAsJson<TValue>(String, TValue) 메서드

정의

JSON으로 직렬화 instance 하고 지정된 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

유지할 instance.

적용 대상