This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Converts HTML to XHTML.

Namespace: Smartsite.Web
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public static string Html2Xhtml(
	string html
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function Html2Xhtml ( _
	html As  _
) As 

Parameters

html
String
The HTML to convert.

Return Value

Xhtml string

See Also

Utility Class
Smartsite.Web Namespace
Advanced