| Icon | Member | Description |
|---|---|---|
| Render(HtmlTextWriter) |
Renders the specified HTML.
| |
| Render(XmlWriter) |
Renders the specified XML.
| |
| Render(TextWriter) |
Renders the html to the TextWriter instance. The Render(TextWriter) method
will use an HtmlTextWriter instance to ultimately perform the rendering.
| |
| Render(Stream) |
Renders the html to the Stream instance.
|