IPersistentComponentStateStore Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |