共用方式為


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)

屬性值

對話方塊狀態資料。

適用於