IElementInnerText Property |
Gets or sets the inner text of the current element.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax string InnerText { get; set; }
Property Value
Type:
String
The inner text of the current element. If the current element doesn't have inner text
or the element doesn't exist anymore, this will be an empty string.
Exceptions Exception | Condition |
---|
DomException | The value was not set. |
ObjectDisposedException | The IElement has already been disposed. |
See Also