Name | Description | |
---|---|---|
![]() | All | Gets all elements underneath the current element. |
![]() | CanHaveChildren | Gets a value that indicates whether this element has child elements. |
![]() | Children | Gets all children of the current element. |
![]() | Document | Gets the HtmlDocument to which this element belongs. |
![]() | Enabled | Gets or sets whether the user can input data into this element. |
![]() | FirstChild | Gets the next element below this element in the document tree. |
![]() | Id | Gets or sets a label by which to identify the element. |
![]() | InnerHtml | Gets or sets the HTML markup underneath this element. |
![]() | InnerText | Gets or sets the text assigned to the element. |
![]() | Name | Gets or sets the name of the element. |
![]() | NextSibling | Gets the next element at the same level as this element in the document tree. |
![]() | OuterHtml | Gets or sets the current element's HTML code. |
![]() | OuterText | Gets or sets the current element's text. |
![]() | Style | Gets or sets a comma-delimited list of styles for the current element. |
![]() | TagName | Gets the name of the HTML tag. |