Click or drag to resize

IElementInnerHtml Property

Gets or sets the inner HTML of the current element.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
string InnerHtml { get; set; }

Property Value

Type: 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
ExceptionCondition
DomExceptionThe value was not set.
ObjectDisposedExceptionThe IElement has already been disposed.
See Also