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