| 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.DomAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic 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 representation of the element's content.
See Also