Share via


PersistedState.ConversationState 属性

定义

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

public System.Collections.Generic.IDictionary<string,object> ConversationState { get; set; }
member this.ConversationState : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property ConversationState As IDictionary(Of String, Object)

属性值

对话状态数据。

适用于