IPersistentComponentStateStore 介面
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
管理屬於 Blazor 應用程式的元件和服務儲存體。
C#
public interface IPersistentComponentStateStore
type IPersistentComponentStateStore = interface
Public Interface IPersistentComponentStateStore
Get |
從存放區取得保存狀態。 |
Persist |
將序列化狀態保存到儲存體。 |
Supports |
傳回值,這個值表示存放區是否支援指定的 IComponentRenderMode 。 |
產品 | 版本 |
---|---|
ASP.NET Core | 6.0, 7.0, 8.0, 9.0 |