Dynamicweb 8 Documentation
HtmlVersion Property

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.
Syntax
'Declaration
 
Public ReadOnly Property HtmlVersion As PageView.HtmlType
public PageView.HtmlType HtmlVersion {get;}

Property Value

The HTML version.
Remarks
This property is set on the websites properties from the administration. Not set untill PageView.Load have been executed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageView Class
PageView Members

Send Feedback