IPersistentComponentStateStore 接口

定义

管理属于 Blazor 应用程序的组件和服务存储。

public interface IPersistentComponentStateStore
type IPersistentComponentStateStore = interface
Public Interface IPersistentComponentStateStore

方法

GetPersistedStateAsync()

从存储中获取持久状态。

PersistStateAsync(IReadOnlyDictionary<String,Byte[]>)

将序列化状态保存到存储中。

SupportsRenderMode(IComponentRenderMode)

返回一个值,该值指示存储区是否支持给定 IComponentRenderMode的 。

适用于