ZennoLab Assemblies Documentation
Head Property
Example 
Gets the head element of the document.
Syntax
public HtmlElement Head {get;}

Property Value

Type Zennolab.CommandCenter.HtmlElement

The head element of the document.

Example
The following code example uses the Head property.
// 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;
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

Document Class
Document Members
HtmlElement Class
Body Property

Send Feedback