Share via


WebPageContext.PageData Property

Definition

Gets the page data that is shared between pages, layout pages, and partial pages.

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)

Property Value

A dictionary that contains page data.

Applies to