This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Xhtml container macro that helps you setting the doctype, the xml declaration and the encoding of the document.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(.Level1)]
[(typeof(), "Inner")]
[("XHtmlPage")]
public class XHtmlPageModule : 
Visual Basic (Declaration)Copy imageCopy Code
<(.Level1)> _
<(GetType(), "Inner")> _
<("XHtmlPage")> _
Public Class XHtmlPageModule _
	Inherits 

Inheritance Hierarchy

See Also

Advanced