[]
Initializes a new instance of GcHtmlRenderer from System.Uri.
public GcHtmlRenderer(Uri htmlUri)
Public Sub New(htmlUri As Uri)
| Type | Name | Description |
|---|---|---|
| Uri | htmlUri | The URI specifying the source HTML page. |
Initializes a new instance of GcHtmlRenderer from HTML string.
public GcHtmlRenderer(string html)
Public Sub New(html As String)
| Type | Name | Description |
|---|---|---|
| string | html | The HTML string to render. |