| Name | Description |
 | Area | The instance of Area/website of this instance of pageview object. |
 | AreaCollection | Gets the collection of all Areas. Not pageview dependant. |
 | AreaID | The ID of the Area or website of this instance of pageview object. |
 | Content | Gets the content object that handles rendering of paragraphs. Deprecated. |
 | ContentID | The ID of the page from which content is showed. Used for page shortcuts without redirect. |
 | CurrentParagraph | Gets the current paragraph being rendered. |
 | Device | Gets the device. |
 | Execution | Gets the ExecutionTable of the pageview. Used internally to measure time spend on renderers. |
 | ExperimentTracker | Gets the experiment tracker if this page has a split test experiment available. |
 | ExperimentVariation | Gets the experiment variation of this pageview if the page has experiments. |
 | HtmlVersion | Gets the HTML version. Can be either html4, xhtml1 and html5. Influences the rendering of image tags, tables in form modules and other html version specific rules. |
 | ID | Page ID of this instance of pageview object. |
 | IsXhtml | Gets a value indicating whether this instance of the pageview is XHTML or HTML 5. |
 | Item | Gets the item of the current page. |
 | Meta | Gets the Meta instance of the current pageview object. |
 | Page | The instance of Page of this instance of pageview object. |
 | PageCollection | Gets the collection of all Pages. Not pageview dependant. |
 | Platform | Gets the platform. |
 | Redirect | Gets or sets a value indicating whether this PageView are allowed to do redirect. |
 | SearchFriendlyUrl | Gets the search friendly URL for this instance of the pageview. |
 | Security | Gets the security object which handles extranet functionality. |
 | StatusText | Gets a stringbuilder to add status texts to. Displayed in bottom of output html. |
 | TemplateMaster | Gets the instance of the template object of the page template values. Deprecated. |
 | TemplatePage | Gets the instance of the template object of the master template values. Deprecated. |
 | UseLayout | Gets a value indicating whether this instance of the pageview object uses layout. |
 | User | Gets or sets the extranet user. |
 | Value | Gets or sets values of the pageview object. |