HelperPage.PageData Property

Definition

Gets array-like access to page data that is shared between pages, layout pages, and partial pages.

public static System.Collections.Generic.IDictionary<object,dynamic> PageData { get; }
member this.PageData : System.Collections.Generic.IDictionary<obj, obj>
Public Shared ReadOnly Property PageData As IDictionary(Of Object, Object)

Property Value

An object that provides array-like access to page data.

Applies to