The C1HtmlElement type exposes the following members.

Constructors

Methods

  Name Description
Public method Add
Adds a child to this C1HtmlElement.
Public method AddBefore
Adds a child to this C1HtmlElement before an exisiting child.
Public method AddRange
Adds multiple children to this C1HtmlElement.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes a child of this C1HtmlElement.
Public method ToString (Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Attributes
Gets the attributes of this C1HtmlElement/
Public property Children
Gets the children of this C1HtmlElement.
Public property Document
Gets the document that this C1HtmlElement belongs to.
Public property Name
Gets or sets the tag name of this C1HtmlElement.
Public property Parent
Gets the parent of this C1HtmlNode.
(Inherited from C1HtmlNode.)

See Also