Class HtmlTextWriter
Inheritance
System.Object
HtmlTextWriter
Implements
Namespace: ImageVault.Common.Html
Assembly: ImageVault.Common.dll
Syntax
public class HtmlTextWriter : Object, IHtmlWriter
Constructors
HtmlTextWriter(String)
Declaration
public HtmlTextWriter(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Methods
Write(StringBuilder)
Declaration
public void Write(StringBuilder sb)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | sb |