Class | Description | |
---|---|---|
Area | Represents an Area/website. Accessed through Area property of the pageview object. | |
Content | Renders paragraphs for content containers of page and layout templates | |
ExecutionTable | Represents an execution table. Add events to it and get a html table with time taken on the different events with the getExecutionTable. | |
Extranet | Represents a logged in user in the frontend of Dynamicweb. Acces through PageView.User. | |
GlobalAsaxHandler | Handles Dynamicweb specific global.asax events. | |
Meta | Represents the meta data of the pageview. Access through PageView.Current.Meta. | |
OutputReplacer | Does various formatting of the output from pageview object | |
Page | Represents a Page. Accessed through Page property of the pageview object. | |
PageView | The pageview object represents the current frontend pageview, the object that handles Default.aspx and all frontend page views. | |
PageviewControl | A System.Web.UI.Control representation of the pageview object | |
Reset | ||
SearchEngineFriendlyURLs | Helper methods for handling search friendly urls. | |
XmlNavigation | Represents the navigation object used to generate the xml for navigations |
Enumeration | Description | |
---|---|---|
PageView.DeviceType | Visitors device type. Default is Desktop. | |
PageView.HtmlType | Defines how html tags of the current pageview should be rendered according to the different html standards. I.e. metatags, image tags etc. | |
PageView.PlatformType | Visitor plartform type - operation system. Default is other. | |
Reset.HashType | ||
SearchEngineFriendlyURLs.Type | Specifies the url pattern | |
XmlNavigation.Expand | Defines which pages in the navigation tree to include in the generated xml node set. | |
XmlNavigation.IncludeMode | Defines the modes deciding if pages Include, ShowInLegend and ShowInSitemap are taken into consideration when including nodes in the XML | |
XmlNavigation.NavigationType | Defines what the generated xml should be used for. |