PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
parses the html input and returns a well-formed xml document.

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

Syntax

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

Parameters

html
String
the html input.

Return Value

An xml document

See Also

Smartsite.Base Namespace
Advanced