DocumentFragmentInnerHTML 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.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public string InnerHTML { get; set; }

Property Value

Type: String
The inner HTML.
See Also