DocumentFragmentOuterHTML Property
Returns a fragment of HTML or XML that represents the element and its contents. Can be set, to replace the element with nodes parsed from the given string.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public string OuterHTML { get; set; }

Property Value

Type: String
The outer HTML.
See Also