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)

属性值

一个包含页数据的字典。

适用于