'Declaration
Public Overloads Function ConvertToDocument( _ ByVal html As String, _ ByVal baseUri As Uri _ ) As C1Document
public C1Document ConvertToDocument( string html, Uri baseUri )
Parameters
- html
- String containing the HTML document.
- baseUri
- Base System.Uri used for resolving image references.
Return Value
A C1Document that represents the given string.