| C# | |
|---|---|
public HtmlElement Head {get;} | |
Property Value
Type Zennolab.CommandCenter.HtmlElement
The head element of the document.
The following code example uses the Head property.
| C# | Copy Code |
|---|---|
Document doc = tab.MainDocument;
HtmlElement head = doc.Head; | |
| PHP | Copy Code |
|---|---|
$doc = $tab->MainDocument; $head = $doc->Head; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family