HTMLDocument.Body

HTMLDocument.Body property

The element that contains the content for the document. In documents with BODY contents, returns the BODYelement. In frameset documents, this returns the outermost FRAMESET element.

public HTMLElement Body { get; set; }

See Also