IElementInnerHtml Property |
Gets or sets the inner HTML of the current element.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax 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 Exception | Condition |
---|
DomException | The value was not set. |
ObjectDisposedException | The IElement has already been disposed. |
See Also