WebPageRenderingBase::PageData Property

When overridden in a derived class, provides array-like access to page data that is shared between pages, layout pages, and partial pages.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

public:
virtual property IDictionary<Object^, Object^>^ PageData {
	IDictionary<Object^, Object^>^ get () abstract;
}

Property Value

Type: System.Collections.Generic::IDictionary<Object, Object>
An object that provides array-like access to page data.
Show: