共用方式為


WebPageBase.PageData 屬性

定義

提供具有陣列特性的頁面資料存取權,此資料在頁面、版面配置頁面及部分頁面之間共用。

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

屬性值

包含頁面資料的字典。

適用於