ElementOuterHtml Property |
Gets or sets the text representation 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 OuterHtml { get; set; }
Public Property OuterHtml As String
Get
Set
Property Value
Type:
StringA string containing the current HTML element with its inner content and opening and closing tags if any.
It's never a null reference (
Nothing in Visual Basic).
Exceptions See Also