Property InnerHtml
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
InnerHtml
Gets or sets the inner HTML of the current element.
string InnerHtml { get; set; }
Property Value
- string
The inner HTML of the current element. If the current element doesn't have inner HTML 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.