Returns the <head> element in the document or null if no document has been loaded yet.
The <head> 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 HeadElement { get; }
Public ReadOnly Property HeadElement As HtmlElement
public: property HtmlElement^ HeadElement { HtmlElement^ get (); }