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.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public string OuterHTML { get; set; }
Public Property OuterHTML As String
Get
Set
public:
property String^ OuterHTML {
String^ get ();
void set (String^ value);
}
member OuterHTML : string with get, set
Property Value
Type:
String
The outer HTML.
See Also