DocumentFragment.OuterHTML

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