PersistedStateKeys Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
These are the keys which are persisted.
public class PersistedStateKeys : System.Collections.Generic.IEnumerable<string>
type PersistedStateKeys = class
interface seq<string>
interface IEnumerable
Public Class PersistedStateKeys
Implements IEnumerable(Of String)
- Inheritance
-
PersistedStateKeys
- Implements
Constructors
PersistedStateKeys() |
Properties
ConversationState |
Gets or sets the key for the conversation state. |
UserState |
Gets or sets the key for the user state. |
Methods
GetEnumerator() |
Gets the collection of persisted state keys. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |