ElementOuterHTML 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.Svg.Dom
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public string OuterHTML { get; set; }

Property Value

Type: String
The representation of the element's content.
See Also