Represents an XHTML Document inside Orckestra CMS.
This structure can contain both head elements and body elements (content) and XhtmlDocuments that are being rendered
can be nested within each other. The Orckestra CMS core will normalize such a nested structure when rendering a page, ensuring head elementsa flow to the top level
document and body content is left, ultimately yielding one complete and correctly structured xhtml page.
Namespace: Composite.Core.XmlAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
Inheritance Hierarchy
System..::..Object
System.Xml.Linq..::..XObject
System.Xml.Linq..::..XNode
System.Xml.Linq..::..XContainer
System.Xml.Linq..::..XDocument
Composite.Core.Xml..::..XhtmlDocument
System.Xml.Linq..::..XObject
System.Xml.Linq..::..XNode
System.Xml.Linq..::..XContainer
System.Xml.Linq..::..XDocument
Composite.Core.Xml..::..XhtmlDocument