PersistedStateKeys 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这些是保留的键。
public class PersistedStateKeys : System.Collections.Generic.IEnumerable<string>
type PersistedStateKeys = class
interface seq<string>
interface IEnumerable
Public Class PersistedStateKeys
Implements IEnumerable(Of String)
- 继承
-
PersistedStateKeys
- 实现
构造函数
PersistedStateKeys() |
这些是保留的键。 |
属性
ConversationState |
获取或设置会话状态的键。 |
UserState |
获取或设置用户状态的键。 |
方法
GetEnumerator() |
获取持久化状态键的集合。 |
显式接口实现
IEnumerable.GetEnumerator() |
这些是保留的键。 |