[]
Create a new instance of C1HtmlElement.
public C1HtmlElement(string name)
Type | Name | Description |
---|---|---|
string | name | The tag name of this C1HtmlElement. |
Creates a new instance of C1HtmlElement.
public C1HtmlElement(string name, IEnumerable<KeyValuePair<string, string>> attributes)
Type | Name | Description |
---|---|---|
string | name | The tag name of this C1HtmlElement. |
IEnumerable<KeyValuePair<string, string>> | attributes | The attributes of this C1HtmlElement. |