| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Document Class : Head Property |
public HtmlElement Head {get;}
Type Zennolab.CommandCenter.HtmlElement
The head element of the document.
// get document Document doc = tab.MainDocument; // get head of document HtmlElement head = doc.Head;
// get document $doc = $tab->MainDocument; // get head of document $head = $doc->Head;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.