![]() | Html |
public class HtmlTagToken : HtmlToken
The HtmlTagToken type exposes the following members.
Name | Description | |
---|---|---|
![]() | HtmlTagToken(String, Boolean) | Initialize a new instance of the HtmlTagToken class. |
![]() | HtmlTagToken(String, IEnumerableHtmlAttribute, Boolean) | Initialize a new instance of the HtmlTagToken class. |
Name | Description | |
---|---|---|
![]() | Attributes | Get the attributes. |
![]() | Id | Get the HTML tag identifier. |
![]() | IsEmptyElement | Get whether the tag is an empty element. |
![]() | IsEndTag | Get whether the tag is an end tag. |
![]() | Kind |
Get the kind of HTML token that this object represents.
(Inherited from HtmlToken) |
![]() | Name | Get the name of the tag. |
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 tag to a TextWriter.
(Overrides HtmlTokenWriteTo(TextWriter)) |