ComponentStatePersistenceManager Class

Definition

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.

Applies to