PersistedState 类

定义

表示跨轮次的持久化数据。

public class PersistedState
type PersistedState = class
Public Class PersistedState
继承
PersistedState

构造函数

PersistedState()

初始化 PersistedState 类的新实例。

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

初始化 PersistedState 类的新实例。

属性

ConversationState

获取或设置对话状态数据。

UserState

获取或设置用户配置文件数据。

适用于