[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1HtmlElement.-ctor

C1HtmlElement Constructor

C1HtmlElement(string)

Create a new instance of C1HtmlElement.

Declaration
public C1HtmlElement(string name)
Parameters
Type Name Description
string name

The tag name of this C1HtmlElement.

C1HtmlElement(string, IEnumerable<KeyValuePair<string, string>>)

Creates a new instance of C1HtmlElement.

Declaration
public C1HtmlElement(string name, IEnumerable<KeyValuePair<string, string>> attributes)
Parameters
Type Name Description
string name

The tag name of this C1HtmlElement.

IEnumerable<KeyValuePair<string, string>> attributes

The attributes of this C1HtmlElement.