Html |
public class HtmlDataToken : HtmlToken
The HtmlDataToken type exposes the following members.
| Name | Description | |
|---|---|---|
| HtmlDataToken(String) | Initialize a new instance of the HtmlDataToken class. | |
| HtmlDataToken(HtmlTokenKind, String) | Initialize a new instance of the HtmlDataToken class. |
| Name | Description | |
|---|---|---|
| Data | Get the character data. | |
| 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 HtmlTokenWriteTo(TextWriter)) |