Dynamicweb 8 Documentation
Dynamicweb.Frontend Namespace
Inheritance Hierarchy
The Dynamicweb.Frontend namespace contains types that handles the entire front end of Dynamicweb - serving of the actual web pages on the published website. The Pageview object is the basis in this namespace and it handles the logic for generating a page, loading the correct templates and content.
Classes
 ClassDescription
ClassArea Represents an Area/website. Accessed through Area property of the pageview object.
ClassContent Renders paragraphs for content containers of page and layout templates
ClassExecutionTable Represents an execution table. Add events to it and get a html table with time taken on the different events with the getExecutionTable.
ClassExtranet Represents a logged in user in the frontend of Dynamicweb. Acces through PageView.User.
ClassGlobalAsaxHandler Handles Dynamicweb specific global.asax events.
ClassMeta Represents the meta data of the pageview. Access through PageView.Current.Meta.
ClassOutputReplacer Does various formatting of the output from pageview object
ClassPage Represents a Page. Accessed through Page property of the pageview object.
ClassPageView The pageview object represents the current frontend pageview, the object that handles Default.aspx and all frontend page views.
ClassPageviewControl A System.Web.UI.Control representation of the pageview object
ClassReset  
ClassSearchEngineFriendlyURLs Helper methods for handling search friendly urls.
ClassXmlNavigation Represents the navigation object used to generate the xml for navigations
Enumerations
 EnumerationDescription
EnumerationPageView.DeviceType Visitors device type. Default is Desktop.
EnumerationPageView.HtmlType Defines how html tags of the current pageview should be rendered according to the different html standards. I.e. metatags, image tags etc.
EnumerationPageView.PlatformType Visitor plartform type - operation system. Default is other.
EnumerationReset.HashType  
EnumerationSearchEngineFriendlyURLs.Type Specifies the url pattern
EnumerationXmlNavigation.Expand Defines which pages in the navigation tree to include in the generated xml node set.
EnumerationXmlNavigation.IncludeMode Defines the modes deciding if pages Include, ShowInLegend and ShowInSitemap are taken into consideration when including nodes in the XML
EnumerationXmlNavigation.NavigationType Defines what the generated xml should be used for.
See Also

Reference

Dynamicweb Assembly

Send Feedback