Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / InnerHtml Property


In This Topic
InnerHtml Property
In This Topic
Gets or sets the HTML markup underneath this element.
Syntax
'Declaration
 
Property InnerHtml As String
 
'Usage
 
Dim instance As IWebElement
Dim value As String
 
instance.InnerHtml = value
 
value = instance.InnerHtml
See Also