IPersistentComponentStateStore Interface

Definition

Manages the storage for components and services that are part of a Blazor application.

public interface IPersistentComponentStateStore
type IPersistentComponentStateStore = interface
Public Interface IPersistentComponentStateStore

Methods

GetPersistedStateAsync()

Gets the persisted state from the store.

PersistStateAsync(IReadOnlyDictionary<String,Byte[]>)

Persists the serialized state into the storage.

SupportsRenderMode(IComponentRenderMode)

Returns a value that indicates whether the store supports the given IComponentRenderMode.

Applies to