IPersistentComponentStateStore インターフェイス

定義

Blazor アプリケーションの一部であるコンポーネントとサービスのストレージを管理します。

public interface IPersistentComponentStateStore
type IPersistentComponentStateStore = interface
Public Interface IPersistentComponentStateStore

メソッド

GetPersistedStateAsync()

ストアから永続化された状態を取得します。

PersistStateAsync(IReadOnlyDictionary<String,Byte[]>)

シリアル化された状態をストレージに永続化します。

SupportsRenderMode(IComponentRenderMode)

ストアが指定 IComponentRenderModeされた をサポートしているかどうかを示す値を返します。

適用対象