WebPageRenderingBase.PageData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, provides array-like access to page data that is shared between pages, layout pages, and partial pages.
public abstract System.Collections.Generic.IDictionary<object,dynamic> PageData { get; }
member this.PageData : System.Collections.Generic.IDictionary<obj, obj>
Public MustOverride ReadOnly Property PageData As IDictionary(Of Object, Object)
Property Value
An object that provides array-like access to page data.