Zennolab.CommandCenter
FullTagName Property
See Also  Example Send Feedback
Zennolab.CommandCenter Namespace > HtmlElement Class : FullTagName Property
Gets the full tag of the element.

Syntax

C# 
public string FullTagName {get;}

Property Value

Type: System.String

The full tag og the element.

Example

The following code example uses the FullTagName property.
C#Copy Code
HtmlElement he = tab.GetDocumentByAddress("0").FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0);
            
string fullTagName = he.FullTagName;
PHPCopy Code
$he = $tab->GetDocumentByAddress("0")->FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0);
            
$fullTagName = $he->FullTagName;

Requirements

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

See Also

© 2011 All Rights Reserved.