InfoConnect for Unisys
InnerHtml Property


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
string InnerHtml {get; set;}
See Also