Returns the <body> element in the document or null if no document has been loaded yet.
The <body> element of a loaded document will always exist even if the parsed content does not explicitely define it.
| C# | Visual Basic | Visual C++ |
public HtmlElement BodyElement { get; }
Public ReadOnly Property BodyElement As HtmlElement
public: property HtmlElement^ BodyElement { HtmlElement^ get (); }