StartPage.PageData Property

Gets array-like access to ChildPage 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)

'Declaration
Public Overrides ReadOnly Property PageData As IDictionary(Of Object, Object)
	Get
'Usage
Dim instance As StartPage 
Dim value As IDictionary(Of Object, Object)

value = instance.PageData

Property Value

Type: System.Collections.Generic.IDictionary(Of Object, Object)
An object that provides array-like access to ChildPage page data.
Show: