DocumentFragment.InnerHTML
DocumentFragment.InnerHTML property
Returns a fragment of HTML or XML that represents the element’s contents. Can be set, to replace the contents of the element with nodes parsed from the given string.
public string InnerHTML { get; set; }
Property Value
The inner HTML.
See Also
- class DocumentFragment
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG