[]
Represents an Html element.
public class C1HtmlElement : C1HtmlNode
| Name | Description |
|---|---|
| C1HtmlElement(string) | Create a new instance of C1HtmlElement. |
| C1HtmlElement(string, IEnumerable<KeyValuePair<string, string>>) | Creates a new instance of C1HtmlElement. |
| Name | Description |
|---|---|
| Attributes | Gets the attributes of this C1HtmlElement/ |
| Children | Gets the children of this C1HtmlElement. |
| Document | Gets the document that this C1HtmlElement belongs to. |
| Name | Gets or sets the tag name of this C1HtmlElement. |
| Name | Description |
|---|---|
| Add(C1HtmlNode) | Adds a child to this C1HtmlElement. |
| AddBefore(C1HtmlNode, C1HtmlNode) | Adds a child to this C1HtmlElement before an exisiting child. |
| AddRange(IEnumerable<C1HtmlNode>) | Adds multiple children to this C1HtmlElement. |
| Remove(C1HtmlNode) | Removes a child of this C1HtmlElement. |
| ToString() |