Table of Contents

Property InnerText

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

InnerText

Gets or sets the inner text of the current element.

string InnerText { get; set; }

Property Value

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

DomException

The value was not set.

ObjectDisposedException

The IElement has already been disposed.