Dynamicweb 8 Documentation
IsXhtml Property (PageView)

Gets a value indicating whether this instance of the pageview is XHTML or HTML 5.
Syntax
'Declaration
 
Public ReadOnly Property IsXhtml As Boolean
public bool IsXhtml {get;}

Property Value

true if this instance is XHTML or HTML 5; otherwise, false.
Remarks
Use HtmlVersion to see the specific version of html. This version of html is configured on the Dynamicweb.Content.Area (website) properties in the administration.
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