PersistedStateKeys 类

定义

这些是保留的键。

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()

这些是保留的键。

适用于