'Declaration
Public Overloads Function ConvertToHtmlDocument( _ ByVal html As String _ ) As C1HtmlDocument
public C1HtmlDocument ConvertToHtmlDocument( string html )
Parameters
- html
- String containing the HTML document.
Return Value
A C1HtmlDocument that represents the given string.