WebPageContext.PageData 屬性

定義

取得頁面資料,此資料可以在頁面、版面配置頁及部分頁面之間共用。

public System.Collections.Generic.IDictionary<object,dynamic> PageData { get; }
member this.PageData : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property PageData As IDictionary(Of Object, Object)

屬性值

包含頁面資料的字典。

適用於