Click or drag to resize

IElementInnerText Property

Gets or sets the inner text of the current element.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
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
ExceptionCondition
DomExceptionThe value was not set.
ObjectDisposedExceptionThe IElement has already been disposed.
See Also