Creates a new instance of C1HtmlElement.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public C1HtmlElement(
	string name,
	IEnumerable<KeyValuePair<string, string>> attributes
)
Visual Basic
Public Sub New ( _
	name As String, _
	attributes As IEnumerable(Of KeyValuePair(Of String, String)) _
)

Parameters

name
Type: System..::..String
The tag name of this C1HtmlElement.
attributes
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'KeyValuePair<(Of <(<'String, String>)>)>>)>)>
The attributes of this C1HtmlElement.

See Also