IPersistentComponentStateStore 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
管理属于 Blazor 应用程序的组件和服务存储。
public interface IPersistentComponentStateStore
type IPersistentComponentStateStore = interface
Public Interface IPersistentComponentStateStore
方法
GetPersistedStateAsync() |
从存储中获取持久状态。 |
PersistStateAsync(IReadOnlyDictionary<String,Byte[]>) |
将序列化状态保存到存储中。 |
SupportsRenderMode(IComponentRenderMode) |
返回一个值,该值指示存储区是否支持给定 IComponentRenderMode的 。 |