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