[]
Create a new instance of C1HtmlElement.
public C1HtmlElement(string name)
Public Sub New(name As String)
| 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)
Public Sub New(name As String, attributes As IEnumerable(Of KeyValuePair(Of String, String)))
| Type | Name | Description |
|---|---|---|
| string | name | The tag name of this C1HtmlElement. |
| IEnumerable<KeyValuePair<string, string>> | attributes | The attributes of this C1HtmlElement. |