Html |
public class HtmlCDataToken : HtmlDataToken
The HtmlCDataToken type exposes the following members.
| Name | Description | |
|---|---|---|
| HtmlCDataToken | Initialize a new instance of the HtmlCDataToken class. |
| Name | Description | |
|---|---|---|
| Data |
Get the character data.
(Inherited from HtmlDataToken) | |
| Kind |
Get the kind of HTML token that this object represents.
(Inherited from HtmlToken) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString |
Return a String that represents the current HtmlToken.
(Inherited from HtmlToken) | |
| WriteTo |
Write the HTML character data to a TextWriter.
(Overrides HtmlDataTokenWriteTo(TextWriter)) |