HTMLDocument.Body
HTMLDocument.Body property
The element that contains the content for the document. In documents with BODY
contents, returns the BODY
element. In frameset documents, this returns the outermost FRAMESET
element.
public HTMLElement Body { get; set; }
See Also
- class HTMLElement
- class HTMLDocument
- namespace Aspose.Html
- assembly Aspose.HTML