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 IPersistentComponentStateStoretype IPersistentComponentStateStore = interfacePublic Interface IPersistentComponentStateStoreMethods
| 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. |