[]
Initializes a new instance of GcHtmlRenderer from System.Uri.
public GcHtmlRenderer(Uri htmlUri)
| 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)
| Type | Name | Description |
|---|---|---|
| string | html | The HTML string to render. |