Element.OuterHTML
Element.OuterHTML 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.
public string OuterHTML { get; set; }
Property Value
The outer HTML.
See Also
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG