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
- package com.aspose.html.Dom
- package Aspose.HTML