IPersistentComponentStateStore 인터페이스

정의

Blazor 애플리케이션의 일부인 구성 요소 및 서비스에 대한 스토리지를 관리합니다.

public interface IPersistentComponentStateStore
type IPersistentComponentStateStore = interface
Public Interface IPersistentComponentStateStore

메서드

GetPersistedStateAsync()

저장소에서 지속형 상태를 가져옵니다.

PersistStateAsync(IReadOnlyDictionary<String,Byte[]>)

직렬화된 상태를 스토리지에 유지합니다.

SupportsRenderMode(IComponentRenderMode)

저장소가 지정된 IComponentRenderMode를 지원하는지 여부를 나타내는 값을 반환합니다.

적용 대상