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 Code |
---|---|
public static string Html2Xhtml( string html ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function Html2Xhtml ( _ html As _ ) As |
Parameters
- html
- String
The HTML to convert.
Return Value
Xhtml stringSee Also
Utility Class
Smartsite.Web Namespace