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)

属性值

一个包含页数据的字典。

适用于