ElementInnerHtml Property |
Gets or sets the inner HTML contents of the current HTML element.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string InnerHtml { get; set; }
Public Property InnerHtml As String
Get
Set
Property Value
Type:
StringA string containing the inner HTML data enclosed between
opening and closing tags of the current element,
or an empty string if there is no content in the current HTML element. It's never a null reference (
Nothing in Visual Basic).
Exceptions Remarks If the current element is not an HTML tag but rather a block of plain text,
InnerHtml
and
OuterHtml properties will return the same value (the plain text contents).
Examples See Also