ComponentStatePersistenceManager Class
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 persistent state of components in an application.
public class ComponentStatePersistenceManager
type ComponentStatePersistenceManager = class
Public Class ComponentStatePersistenceManager
- Inheritance
-
ComponentStatePersistenceManager
Constructors
ComponentStatePersistenceManager(ILogger<ComponentStatePersistenceManager>) |
Initializes a new instance of ComponentStatePersistenceManager. |
Properties
State |
Gets the ComponentStatePersistenceManager associated with the ComponentStatePersistenceManager. |
Methods
PersistStateAsync(IPersistentComponentStateStore, Renderer) |
Persists the component application state into the given IPersistentComponentStateStore. |
RestoreStateAsync(IPersistentComponentStateStore) |
Restores the component application state from the given IPersistentComponentStateStore. |