Property Value
Type: System.String
The dom text of the html element.
// find element HtmlElement he = tab.GetDocumentByAddress("0").FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0); // get outer html string domText = he.OuterHtml;
// find element $he = $tab->GetDocumentByAddress("0")->FindElementByAttribute("input:checkbox", "fulltag", "input:checkbox", "text", 0); // get outer html $domText = $he->OuterHtml;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.