共用方式為


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

這些是保存的索引鍵。

適用於