Method | Description | |
---|---|---|
HtmlCDataToken ( string data ) : System |
Initializes a new instance of the HtmlCDataToken class. Creates a new HtmlCDataToken. |
|
WriteTo ( |
Write the HTML character data to a System.IO.TextWriter. Writes the HTML character data to a System.IO.TextWriter, encoding it if it isn't already encoded. |
public HtmlCDataToken ( string data ) : System | ||
data | string | The character data. |
return | System |
public WriteTo ( |
||
output | The output. | |
return | void |